diff options
Diffstat (limited to 'resources/views/index.blade.php')
| -rw-r--r-- | resources/views/index.blade.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 659cc06..da33466 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -17,6 +17,9 @@ <p class="lead"> <a href="{{ route('popular') }}" class="btn btn-lg btn-outline-primary">Most Popular</a> </p> + <p class="lead mt-50"> + Not ready to explore?<br> <a href="{{ route('about') }}">Then learn more</a>. + </p> </div> </div> |
