diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b4fe26a..21a51db 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -147,11 +147,12 @@ function Footer() { {/* Social Icons */}
+ @@ -170,11 +171,12 @@ function Footer() { href="https://discord.gg/your_invite" target="_blank" rel="noopener noreferrer" - className="text-zinc-400 dark:text-zinc-500 hover:text-indigo-500 dark:hover:text-zinc-100 transition-all duration-300 hover:-translate-y-1 hover:scale-110" + className="text-zinc-600 dark:text-zinc-400 hover:text-indigo-500 dark:hover:text-zinc-100 transition-all duration-300 hover:-translate-y-1 hover:scale-110" aria-label="Discord" > +
@@ -182,4 +184,4 @@ function Footer() { ); } -export default Footer; +export default Footer; \ No newline at end of file