Skip to content

Commit

Permalink
Merge branch 'feature/youtube-embed' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
398noe committed May 17, 2022
2 parents 94a67a5 + 6254fb8 commit 76e87ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactNode } from 'react';
import { Box, Button, chakra, Container, Stack, Text, useColorModeValue, VisuallyHidden } from '@chakra-ui/react';
import { Box, chakra, Container, Stack, Text, useColorModeValue, VisuallyHidden } from '@chakra-ui/react';
import { FaGithub, FaTwitter } from "react-icons/fa";

const SocialButton = ({ children, label, href } : {
Expand Down

0 comments on commit 76e87ad

Please sign in to comment.