feat: update navbar brand links to point to index.html for consistency

This commit is contained in:
vista-man
2025-04-03 14:11:35 +02:00
parent bad807013e
commit 6e29dead3e
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="index.html">
<img src="assets/favicon.ico" alt="Bootstrap" width="30" height="24">
Spik & Span
</a>

View File

@@ -12,7 +12,7 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="index.html">
<img src="assets/favicon.ico" alt="Bootstrap" width="30" height="24">
Spik & Span
</a>

View File

@@ -13,7 +13,7 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="index.html">
<img src="assets/favicon.ico" alt="Bootstrap" width="30" height="24">
Spik & Span
</a>

View File

@@ -12,7 +12,7 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="index.html">
<img src="assets/favicon.ico" alt="Bootstrap" width="30" height="24">
Spik & Span
</a>