updated footer

This commit is contained in:
mfahampshire
2024-10-21 21:41:23 +02:00
parent a82e62782a
commit 13a7651cd6
+1 -1
View File
@@ -11,7 +11,7 @@ const links = [
["Telegram", "https://nymtech.net/go/telegram"],
];
export const Footer = () => (
<Stack spacing={2}>
<Stack direction="row" spacing={2}>
{links.map((link) => (
<a key={link[1]} href={link[1]}>
{link[0]}