Skip to content

Commit 201ac3c

Browse files
Update welcome.blade.php
1 parent 2da505d commit 201ac3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/welcome.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ul class="list-none menu-social mb-0">
2525
<li class="inline">
2626
@auth
27-
<a href="{{ config('nova.path') }}" class="h-8 px-4 text-[12px] tracking-wider inline-flex items-center justify-center font-medium rounded-md bg-teal-500 text-white uppercase">Home</a>
27+
<a href="{{ config('nova.path') }}" class="h-8 px-4 text-[12px] tracking-wider inline-flex items-center justify-center font-medium rounded-md bg-teal-500 text-white uppercase">Panel</a>
2828
@else
2929
<a href="{{ route('login') }}" class="h-8 px-4 text-[12px] tracking-wider inline-flex items-center justify-center font-medium rounded-md bg-teal-500 text-white uppercase">Masuk</a>
3030
@endauth
@@ -47,7 +47,7 @@
4747
<div class="navigation lg_992:order-1 lg_992:flex hidden ms-auto" id="menu-collapse">
4848
<ul class="navbar-nav" id="navbar-navlist">
4949
<li class="nav-item">
50-
<a class="nav-link active dark:text-gray-200" href="#">Panel</a>
50+
<a class="nav-link active dark:text-gray-200" href="#">Home</a>
5151
</li>
5252
<li class="nav-item">
5353
<a class="nav-link dark:text-gray-200" href="#fitur">Fitur</a>

0 commit comments

Comments
 (0)