Skip to content

Commit cfed5eb

Browse files
Update welcome.blade.php
1 parent d0fd1fb commit cfed5eb

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
@@ -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">Dashboard</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">Home</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

0 commit comments

Comments
 (0)