Added CSRF & YouTube and dark mode

This commit is contained in:
cdricms
2025-01-22 17:39:03 +01:00
parent 48e761667f
commit 5a5846d853
29 changed files with 1186 additions and 280 deletions

View File

@@ -68,7 +68,7 @@ const subMenuItemsTwo = [
const Navbar = () => {
return (
<section className="p-4 bg-white top-0 sticky z-50">
<section className="sticky top-0 z-50 bg-background p-4">
<div>
<nav className="hidden justify-between lg:flex">
<div className="flex items-center gap-6">
@@ -103,7 +103,7 @@ const Navbar = () => {
variant: "ghost",
}),
)}
href="/"
href="/planning"
>
Planning
</a>