Fix Dark Mode Styles for Footer

This commit is contained in:
aftabrehan
2024-02-02 14:46:02 +05:00
parent 5d4b0164c0
commit 3c200fda99
10 changed files with 34 additions and 23 deletions

View File

@@ -1,7 +1,11 @@
import YoutubeIcon from '@/public/youtube.svg'
import TwitterIcon from '@/public/twitter.svg'
import FacebookIcon from '@/public/facebook.svg'
export const FOLLOW_US_LINKS = [
{ href: '/', alt: 'youtube icon', src: '/youtube.svg' },
{ href: '/', alt: 'twitter icon', src: '/twitter.svg' },
{ href: '/', alt: 'facebook icon', src: '/facebook.svg' },
{ href: '/', Icon: YoutubeIcon },
{ href: '/', Icon: TwitterIcon },
{ href: '/', Icon: FacebookIcon },
]
export const INTERNAL_LINKS = [