Change notes titles

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-29 19:38:36 +02:00
parent fac0a2fff6
commit 5ad26be352
5 changed files with 24 additions and 13 deletions
+4
View File
@@ -356,6 +356,10 @@ const {
Projects
<ArrowRight class="size-4" />
</a>
<a href="/notes" class="btn btn-ghost gap-2">
Infosec Notes
<ArrowRight class="size-4" />
</a>
<a href="/#contact" class="btn btn-ghost gap-2">
Contact Me
<ArrowRight class="size-4" />
+6 -2
View File
@@ -4,7 +4,7 @@ const pathname = Astro.url.pathname;
const links = [
{ href: "/", label: "home" },
{ href: "/blog", label: "blog" },
{ href: "/notes", label: "notes" },
{ href: "/notes", label: "infosec notes" },
{ href: "/projects", label: "projects" },
];
@@ -28,7 +28,11 @@ function isActive(href: string) {
~/hadi
</a>
<div id="oneko-track" transition:persist class="flex-1 relative h-12 pointer-events-none">
<div
id="oneko-track"
transition:persist
class="flex-1 relative h-12 pointer-events-none"
>
</div>
<nav class="hidden md:flex items-center">