Skip to content

Commit 8d0c0c9

Browse files
Update navbar brand link in welcome.blade.php to use a placeholder href
1 parent a766a1e commit 8d0c0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Navbar Start -->
1414
<nav class="navbar" id="navbar">
1515
<div class="container relative flex flex-wrap items-center justify-between">
16-
<a class="navbar-brand md:me-8 w-40" href="index.html" style="width:160px;">
16+
<a class="navbar-brand md:me-8 w-40" href="#" style="width:160px;">
1717
<img src="{{ asset('images/light.svg') }}" class="inline-block dark:hidden" alt="">
1818
<img src="{{ asset('images/dark.svg') }}" class="hidden dark:inline-block" alt="">
1919
</a>

0 commit comments

Comments
 (0)