We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7da32d commit 57bfd45Copy full SHA for 57bfd45
components/Footer.tsx
@@ -13,7 +13,7 @@ const Footer = () => {
13
<a href="https://github.com/bebedi15/codegems" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-white mx-2">
14
GitHub
15
</a>
16
- <a href="https://discordapp.com/users/425008768364052480" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-white mx-2">
+ <a href="https://discord.gg/QtnFGDQj5S" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-white mx-2">
17
Discord
18
19
</div>
@@ -22,4 +22,4 @@ const Footer = () => {
22
);
23
};
24
25
-export default Footer;
+export default Footer;
0 commit comments