mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
add banner
This commit is contained in:
parent
67c7261982
commit
c78c21f9d0
4 changed files with 50 additions and 3 deletions
|
|
@ -52,13 +52,14 @@ $title = $title
|
|||
<body class="flex flex-col min-h-screen font-sans antialiased text-gray-800">
|
||||
{{ $slot }}
|
||||
|
||||
|
||||
<footer class="py-12 border-t">
|
||||
<ul class="px-4 space-y-4 text-center text-gray-500">
|
||||
<li>
|
||||
Want to share a tip? Submit it
|
||||
<x-link href="https://github.com/stancl/laravel-tips">here</x-link>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
Made with <span class="text-red-500">❤️</span> by
|
||||
<x-link target="_blank" href="https://archte.ch">ArchTech</x-link>
|
||||
|
|
@ -70,6 +71,10 @@ $title = $title
|
|||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
{{-- banner --}}
|
||||
<x-banner />
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue