1
0
Fork 0
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:
Abrar Ahmad 2021-11-10 14:57:45 +05:00
parent 67c7261982
commit c78c21f9d0
4 changed files with 50 additions and 3 deletions

View file

@ -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>