summaryrefslogtreecommitdiff
path: root/resources/views/layouts/footer.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts/footer.blade.php')
-rw-r--r--resources/views/layouts/footer.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php
index c672d45..a037c25 100644
--- a/resources/views/layouts/footer.blade.php
+++ b/resources/views/layouts/footer.blade.php
@@ -10,7 +10,7 @@
Helpful Links
</h3>
<strong>
- <a href="{{ route('about') }}">Learn more about {{ env('APP_NAME') }}</a>
+ <a href="{{ route('about') }}">About {{ env('APP_NAME') }}</a>
</strong>
</div>
</footer>