diff --git a/apps/frontend/src/pages/contact.astro b/apps/frontend/src/pages/contact.astro index 42cc6b2..6652e2f 100644 --- a/apps/frontend/src/pages/contact.astro +++ b/apps/frontend/src/pages/contact.astro @@ -60,17 +60,25 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc Join our primarily Hungarian-speaking community (English speakers are also welcome!).

-
+
-

Discord

+

Discord

We have a vibrant Discord server for real-time chat and support.

Join Discord Server
+
+

YouTube

+

Watch our latest vlogs and development videos on our channel.

+ + Visit Channel + +
+
-

IRC

+

IRC

If Discord is too modern, find us on IRC!

Network: Libera.Chat @@ -79,7 +87,7 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc
-

BBS

+

BBS

Join us for some retro vibes on our BBS!

Host: games.teletype.hu @@ -123,6 +131,9 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc .community-link-discord { @apply text-[#5865F2] font-bold hover:underline inline-flex items-center gap-1; } + .community-link-youtube { + @apply text-red-600 font-bold hover:underline inline-flex items-center gap-1; + } .irc-box { @apply bg-green-100 p-4 rounded-xl border border-green-200 mt-3 inline-block; } diff --git a/apps/frontend/src/pages/index.astro b/apps/frontend/src/pages/index.astro index f2c9871..edea944 100644 --- a/apps/frontend/src/pages/index.astro +++ b/apps/frontend/src/pages/index.astro @@ -164,7 +164,7 @@ try { )} -
+