fix: add rel attributes to external status link in footer

Adds rel='nofollow noopener noreferrer' to the target=_blank Status link.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
isra el
2026-07-11 07:20:41 +03:00
parent eba534d208
commit 79e6dce8f7

View File

@@ -50,6 +50,7 @@ export default function Footer() {
className='text-sm font-medium group flex items-center gap-1.5 px-2.5 py-1 rounded-full bg-green-50 hover:bg-green-100 dark:bg-green-900/20 dark:hover:bg-green-900/30 transition-colors'
href={Routes.statusPage}
target='_blank'
rel='nofollow noopener noreferrer'
>
<Activity className='h-3.5 w-3.5 text-green-500 group-hover:animate-pulse' />
<span className='text-green-700 dark:text-green-400'>Status</span>