mix up the navbar a bit

This commit is contained in:
2018-07-28 19:04:37 +02:00
parent dc5ec5db95
commit 4c1ec1ba2f
13 changed files with 331 additions and 298 deletions
-3
View File
@@ -12,9 +12,6 @@ Route::get('/about/privacy', function () {
});
Route::get('/', function () {
if (!Auth::guest()) {
return redirect(route('profile.view', Auth::user()->name));
}
return view('welcome');
});