kopia lustrzana https://github.com/bugout-dev/moonstream
				
				
				
			footer
							rodzic
							
								
									ac3a53afe2
								
							
						
					
					
						commit
						769a3047fe
					
				|  | @ -2,21 +2,16 @@ | |||
| /** @jsx jsx */ | ||||
| import { jsx } from "@emotion/react"; | ||||
| import { Flex, Heading, Text, Link } from "@chakra-ui/react"; | ||||
| import CustomIcon from "../components/CustomIcon" | ||||
| import CustomIcon from "../components/CustomIcon"; | ||||
| import RouterLink from "next/link"; | ||||
| 
 | ||||
| const ICONS = [ | ||||
|   { | ||||
|     social: "youtube", | ||||
|     link: "https://www.youtube.com/channel/UCLVwTlHSiTl05av2GIDPtvQ", | ||||
|     social: "discord", | ||||
|     link: "https://discord.gg/FetK5BxD", | ||||
|   }, | ||||
|   { social: "in", link: "https://www.linkedin.com/company/bugoutdev/" }, | ||||
| 
 | ||||
|   { social: "twit", link: "https://twitter.com/Bugout_dev" }, | ||||
|   { | ||||
|     social: "slack", | ||||
|     link: | ||||
|       "https://join.slack.com/t/bugout-dev/shared_invite/zt-fhepyt87-5XcJLy0iu702SO_hMFKNhQ", | ||||
|   }, | ||||
| ]; | ||||
| 
 | ||||
| const LINKS_SIZES = { | ||||
|  | @ -61,12 +56,12 @@ const Footer = () => ( | |||
|         <RouterLink passHref href="/team"> | ||||
|           <Link {...LINKS_SIZES}>Team</Link> | ||||
|         </RouterLink> | ||||
|         <RouterLink passHref href="/events"> | ||||
|         {/* <RouterLink passHref href="/events"> | ||||
|           <Link {...LINKS_SIZES}>Events</Link> | ||||
|         </RouterLink> | ||||
|         <RouterLink passHref href="http://blog.bugout.dev"> | ||||
|           <Link {...LINKS_SIZES}>Blog</Link> | ||||
|         </RouterLink> | ||||
|         </RouterLink> */} | ||||
|       </Flex> | ||||
|       <Flex {...SITEMAP_FLEX_PROPS}> | ||||
|         <Heading pb={8} size="md"> | ||||
|  | @ -75,12 +70,12 @@ const Footer = () => ( | |||
|         <RouterLink href="/tos" passHref> | ||||
|           <Link {...LINKS_SIZES}>Terms of service</Link> | ||||
|         </RouterLink> | ||||
|         <RouterLink passHref href="/privacy-policy"> | ||||
|         {/* <RouterLink passHref href="/privacy-policy"> | ||||
|           <Link {...LINKS_SIZES}>Privacy policy</Link> | ||||
|         </RouterLink> | ||||
|         </RouterLink> */} | ||||
|       </Flex> | ||||
| 
 | ||||
|       <Flex {...SITEMAP_FLEX_PROPS}> | ||||
|       {/* <Flex {...SITEMAP_FLEX_PROPS}> | ||||
|         <Heading pb={8} size="md"> | ||||
|           Product | ||||
|         </Heading> | ||||
|  | @ -90,7 +85,7 @@ const Footer = () => ( | |||
|         <RouterLink passHref href={"/case-studies/activeloop"}> | ||||
|           <Link {...LINKS_SIZES}>Case studies</Link> | ||||
|         </RouterLink> | ||||
|       </Flex> | ||||
|       </Flex> */} | ||||
|     </Flex> | ||||
|     <Flex | ||||
|       direction="column" | ||||
|  | @ -107,12 +102,12 @@ const Footer = () => ( | |||
|         fontSize="xl" | ||||
|         fontWeight="500" | ||||
|       > | ||||
|         Power to the developers! | ||||
|         Stay in touch | ||||
|         <span role="img" aria-label="heart"> | ||||
|           💙 | ||||
|         </span> | ||||
|       </Text> | ||||
|       <Flex px={2} width="100%" maxW="30rem" justifyContent="space-between"> | ||||
|       <Flex px={2} width="100%" maxW="30rem" justifyContent="flex-end"> | ||||
|         {ICONS.map((icon, index) => ( | ||||
|           <Link | ||||
|             key={`social-footer-icons-${index}`} | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Tim Pechersky
						Tim Pechersky