1
0

chore: Some minor website modification changes
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2026-02-12 20:18:37 +01:00
parent 793cce4ae7
commit df9fa7c605
8 changed files with 92 additions and 70 deletions

View File

@@ -49,11 +49,11 @@ export default function RootLayout({
</AlertDescription>
</Alert>
</div>
<footer className="text-center text-xs text-white/70 pb-4">
<footer className="text-center text-xs text-foreground/70 pb-4">
&copy; 2026{" "}
<a href="https://jzitnik.dev" target="_blank" className="underline hover:text-white/90">Jakub Žitník</a>{" "}
<a href="https://jzitnik.dev" target="_blank" className="underline hover:text-foreground/90">Jakub Žitník</a>{" "}
{" "}
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" className="underline hover:text-white/90">Licencováno pod GNU GPL v3.0</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" className="underline hover:text-foreground/90">Licencováno pod GNU GPL v3.0</a>
</footer>
</div>
<Toaster />