📄 a couple updates
All checks were successful
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 17s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 30s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 48s

This commit was merged in pull request #9.
This commit is contained in:
RJ
2025-12-02 17:57:31 +02:00
committed by Rares J
parent a4be3c5d93
commit 6e5d641c06
17 changed files with 335 additions and 294 deletions

View File

@@ -52,7 +52,13 @@ export function Navbar() {
>
[ABOUT]
</Link>
<ThemeToggle />
<Link
href="/blog"
className="font-mono text-sm text-zinc-400 dark:text-zinc-500 uppercase tracking-wider hover:text-cyan-400 dark:hover:text-cyan-300 transition-colors cursor-pointer"
>
[BLOG]
</Link>
<ThemeToggle />
</div>
</div>
</div>