Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit d1715f3

Browse files
committed
footer update
1 parent eab01d8 commit d1715f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/layouts/app.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
@yield('content')
4848
</main>
4949
<footer class="flex justify-center pb-4 pt-8 bg-logo">
50-
<p class="align-center text-grey-darker font-sans text-xs">Copyright © 2018 Matt Trask. Contributions from the community.</p>
50+
<p class="align-center text-white font-sans text-sm">Support The Project | About The Project</p>
51+
<p class="align-center text-white font-sans text-sm">Copyright © 2018 Matt Trask. <a class="no-underline text-white" href="https://github.com/phpversions/phpversions.info/graphs/contributors">Contributions from the community.</a></p>
5152
</footer>
5253
</div>
5354
<script src="{{ asset('js/app.js') }}" defer></script>

0 commit comments

Comments
 (0)