Skip to content

Commit b31aa80

Browse files
authored
Update welcome.blade.php
1 parent 5587fad commit b31aa80

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

app/resources/views/welcome.blade.php

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,7 @@
99
</head>
1010

1111
<body class="antialiased">
12-
<div class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-dots-darker bg-center bg-gray-100 dark:bg-dots-lighter dark:bg-gray-900 selection:bg-red-500 selection:text-white">
13-
@if (Route::has('login'))
14-
<div class="sm:fixed sm:top-0 sm:right-0 p-6 text-right">
15-
@auth
16-
<a href="{{ url('/home') }}" class="font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Home</a>
17-
@else
18-
<a href="{{ route('login') }}" class="font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Log in</a>
19-
20-
@if (Route::has('register'))
21-
<a href="{{ route('register') }}" class="ml-4 font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500">Register</a>
22-
@endif
23-
@endauth
24-
</div>
25-
@endif
26-
</div>
27-
28-
<script src="https://gist.github.com/sol-MSchn/c604741788a4a48ce6a4317063d2105b.js"></script>
29-
12+
<h1>Laravel</h1>
3013
</body>
3114

32-
</html>
15+
</html>

0 commit comments

Comments
 (0)