|
|
@@ -50,7 +50,7 @@ const Footerbar = memo(() => {
|
|
|
{/* Navigation Links */}
|
|
|
<nav className="flex items-center gap-8">
|
|
|
<button
|
|
|
- onClick={() => handleLinkClick('/privacy-policy')}
|
|
|
+ onClick={() => handleLinkClick('/privacy')}
|
|
|
className="text-sm font-normal leading-[1.43em] text-white/60 hover:text-white transition-colors border-none bg-transparent whitespace-nowrap"
|
|
|
>
|
|
|
{t('components.footerbar.privacyPolicy')}
|