From 769a3047fe079e16a3b628c7511830efc206dc84 Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Fri, 30 Jul 2021 19:25:28 +0800 Subject: [PATCH] footer --- frontend/src/components/Footer.js | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Footer.js b/frontend/src/components/Footer.js index d700dcdf..72a97df4 100644 --- a/frontend/src/components/Footer.js +++ b/frontend/src/components/Footer.js @@ -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 = () => ( Team - + {/* Events Blog - + */} @@ -75,12 +70,12 @@ const Footer = () => ( Terms of service - + {/* Privacy policy - + */} - + {/* Product @@ -90,7 +85,7 @@ const Footer = () => ( Case studies - + */} ( fontSize="xl" fontWeight="500" > - Power to the developers! + Stay in touch 💙 - + {ICONS.map((icon, index) => (