mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
back/forward buttons, fix timestamps in DB
This commit is contained in:
parent
3c618a2209
commit
733f0aa228
79 changed files with 171 additions and 6904 deletions
|
|
@ -52,19 +52,14 @@ $title = $title ? $title . ' | Laravel Code Tips' : 'Laravel Code Tips';
|
|||
|
||||
<footer class="py-12 border-t">
|
||||
<ul class="px-4 space-y-4 text-center text-gray-500">
|
||||
<li>
|
||||
Found an error? Contact us at
|
||||
<x-link href="mailto:hello@laravel-code.tips">support@laravel-code.tips</x-link>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Want to share a tip? Submit it
|
||||
<x-link target="_blank" href="https://github.com/stancl/laravel-tips">here</x-link>
|
||||
<x-link href="https://github.com/stancl/laravel-tips">here</x-link>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Designed with <span class="text-red-500">❤️</span> by
|
||||
<x-link target="_blank" href="http://twitter.com/larsKlopstra/">@larsklopstra</x-link>
|
||||
<x-link target="_blank" href="http://twitter.com/LarsKlopstra">Lars Klopstra</x-link>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue