This commit is contained in:
2023-12-15 16:11:33 +01:00
parent a72dd2124d
commit 643db90b15
10 changed files with 408 additions and 385 deletions

View File

@@ -126,8 +126,8 @@ const { title } = Astro.props;
</div>
<div class="footer-card">
<h1>Social Media</h1>
<a class="flex" href="/"><YoutubeSolid class="mr-2" /> YouTube</a>
<a class="flex" href="/"><DiscordSolid class="mr-2" /> Discord</a>
<a class="flex" href="/youtube"><YoutubeSolid class="mr-2" /> YouTube</a>
<a class="flex" href="/discord"><DiscordSolid class="mr-2" /> Discord</a>
</div>
</div>
<span class="text-sm text-white text-center mt-1">© SteamWar.de - Made with ❤️ by Chaoscaot</span>