import React from "react"; import Link from "next/link"; import { HStack, Icon, Text } from "@chakra-ui/react"; import { svgl } from "components/svg"; import Tap from "animations/tap"; const Logo = () => { return ( svgl ); }; export default Logo;