aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts')
-rw-r--r--resources/views/layouts/master.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php
index ad8056d..095fee9 100644
--- a/resources/views/layouts/master.blade.php
+++ b/resources/views/layouts/master.blade.php
@@ -52,7 +52,7 @@ if (Auth::check()) {
@endforeach
</ul>
</nav>
- <h2 class="text-muted">ParseTrainer</h2>
+ <h2 class="text-muted"><a href="{{ env('APP_URL') }}">ParseTrainer</a></h2>
</div>
@yield('master-content')