We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a766a1e commit 8d0c0c9Copy full SHA for 8d0c0c9
resources/views/welcome.blade.php
@@ -13,7 +13,7 @@
13
<!-- Navbar Start -->
14
<nav class="navbar" id="navbar">
15
<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;">
+ <a class="navbar-brand md:me-8 w-40" href="#" style="width:160px;">
17
<img src="{{ asset('images/light.svg') }}" class="inline-block dark:hidden" alt="">
18
<img src="{{ asset('images/dark.svg') }}" class="hidden dark:inline-block" alt="">
19
</a>
0 commit comments