Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
fix: wrong svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jul 28, 2023
1 parent 3a31ba1 commit a1df3bc
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
Expand Up @@ -4,7 +4,7 @@ import SGCU from '@/public/images/logo-sgcu.svg';
import Facebook from '@/public/images/facebook.svg';
import Instagram from '@/public/images/instagram.svg';
import Twitter from '@/public/images/twitter.svg';
import Tiktok from '@/public/images/Tiktok.svg';
import Tiktok from '@/public/images/tiktok.svg';

const Footer = () => {
return (
Expand Down

0 comments on commit a1df3bc

Please sign in to comment.