Add text to say we are not affilated

This commit is contained in:
lukas
2026-04-15 23:08:46 +02:00
parent a535905c6c
commit c887b30242
2 changed files with 17 additions and 10 deletions
+13 -8
View File
@@ -28,13 +28,18 @@
<div class="flex-1">{@render children()}</div>
<footer class="flex w-full shrink-0 items-center justify-center gap-4 border-t p-4">
<a href="https://github.com/LiuStats" target="_blank" rel="noopener" class="hover:underline">
{getTranslation('github', currentLocale)}
</a>
<span>|</span>
<a href="https://lukasabbe.com/" target="_blank" rel="noopener" class="hover:underline">
{getTranslation('myWebsite', currentLocale)}
</a>
<footer
class="flex w-full shrink-0 flex-col items-center justify-center gap-2 border-t p-4 text-sm text-gray-500 dark:text-gray-400"
>
<span>{getTranslation('notAffiliated', currentLocale)}</span>
<div class="flex items-center gap-4">
<a href="https://github.com/LiuStats" target="_blank" rel="noopener" class="hover:underline">
{getTranslation('github', currentLocale)}
</a>
<span>|</span>
<a href="https://lukasabbe.com/" target="_blank" rel="noopener" class="hover:underline">
{getTranslation('myWebsite', currentLocale)}
</a>
</div>
</footer>
</div>