You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/shared/Footer.jsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,19 +59,19 @@ export function Footer() {
59
59
<Linkaria-label="Contact by Mail"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='mailto:[email protected]'>
60
60
<FontAwesomeIconicon={faEnvelope}size='xl'/>
61
61
</Link>
62
-
<Linkaria-label="Follow on GitHub"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://github.com/AOSSIE-Org'>
62
+
<Linkaria-label="Follow on GitHub"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://github.com/AOSSIE-Org'target="_blank"rel="noopener noreferrer">
63
63
<FontAwesomeIconicon={faGithub}size='xl'/>
64
64
</Link>
65
-
<Linkaria-label="Join on Discord"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://discord.gg/hjUhu33uAn'>
65
+
<Linkaria-label="Join on Discord"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://discord.gg/hjUhu33uAn'target="_blank"rel="noopener noreferrer">
66
66
<FontAwesomeIconicon={faDiscord}size='xl'/>
67
67
</Link>
68
-
<Linkaria-label="Follow on LinkedIn"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://www.linkedin.com/company/aossie/'>
68
+
<Linkaria-label="Follow on LinkedIn"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://www.linkedin.com/company/aossie/'target="_blank"rel="noopener noreferrer">
69
69
<FontAwesomeIconicon={faLinkedin}size='xl'/>
70
70
</Link>
71
-
<Linkaria-label="Follow on X (Twitter)"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://x.com/aossie_org'>
71
+
<Linkaria-label="Follow on X (Twitter)"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://x.com/aossie_org'target="_blank"rel="noopener noreferrer">
72
72
<FontAwesomeIconicon={faXTwitter}size='xl'/>
73
73
</Link>
74
-
<Linkaria-label="Subscribe on YouTube"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://www.youtube.com/@AOSSIE-Org'>
74
+
<Linkaria-label="Subscribe on YouTube"className='text-zinc-500 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition'href='https://www.youtube.com/@AOSSIE-Org'target="_blank"rel="noopener noreferrer">
0 commit comments