From 03c2387226cdf5026c13ab86fc69b731011a4865 Mon Sep 17 00:00:00 2001 From: balping Date: Tue, 25 Jul 2017 10:19:59 +0200 Subject: [PATCH] Change hardcoded urls to named routes This makes the links consistent with the ones in https://github.com/laravel/framework/blob/5.4/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub --- resources/views/welcome.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 606e59e7..3196d380 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -71,8 +71,8 @@ @if (Auth::check()) Home @else - Login - Register + Login + Register @endif @endif