Change links for error pages

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-29 19:40:30 +02:00
parent 5ad26be352
commit 35ac328d5e
4 changed files with 18 additions and 10 deletions
+6
View File
@@ -68,6 +68,12 @@ if (error instanceof Error) {
rel="noopener noreferrer"
class="link link-hover">Report Issue</a
>
<span class="text-base-content/30">•</span>
<a href="/blog" class="link link-hover">Blog</a>
<span class="text-base-content/30">•</span>
<a href="/projects" class="link link-hover">Projects</a>
<span class="text-base-content/30">•</span>
<a href="/notes" class="link link-hover">Infosec Notes</a>
</div>
</div>
</div>