Skip to content

Commit 57bfd45

Browse files
authored
Update Footer.tsx
1 parent a7da32d commit 57bfd45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Footer = () => {
1313
<a href="https://github.com/bebedi15/codegems" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-white mx-2">
1414
GitHub
1515
</a>
16-
<a href="https://discordapp.com/users/425008768364052480" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-white mx-2">
16+
<a href="https://discord.gg/QtnFGDQj5S" target="_blank" rel="noopener noreferrer" className="text-gray-400 hover:text-white mx-2">
1717
Discord
1818
</a>
1919
</div>
@@ -22,4 +22,4 @@ const Footer = () => {
2222
);
2323
};
2424

25-
export default Footer;
25+
export default Footer;

0 commit comments

Comments
 (0)