chore: Some minor website modification changes
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s
This commit is contained in:
@@ -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">
|
||||
© 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 />
|
||||
|
||||
Reference in New Issue
Block a user