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
+3 -3
View File
@@ -48,7 +48,7 @@ if (!categoryNotes) {
</style>
<Layout
title={`${category} - Security Notes`}
title={`${category} - Infosec Notes`}
description={`Notes on ${category}.`}
>
<main class="max-w-screen-2xl mx-auto">
@@ -64,8 +64,8 @@ if (!categoryNotes) {
>
<ul>
<li>
<a href="/notes" class="hover:text-base-content/70"
>notes</a>
<a href="/notes" class="hover:text-base-content/70">notes</a
>
</li>
<li class="text-base-content/60">{category}</li>
</ul>