Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat committed Nov 22, 2023
1 parent c524a65 commit a9fb8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="flex flex-col min-h-screen">
@if (! request()->routeIs('dummy-store.*', 'media-kit', 'openings.*', 'pouest', 'sponsors'))
<div class="block text-sm text-white bg-gradient-to-r from-gray-900 to-gray-800">
<div class="container flex items-center justify-center gap-4 py-3 sm:max-w-[480px]">
<div class="container flex items-center justify-center gap-4 py-3 md:max-w-screen-sm">
<div>
“Black Friday deals end soon, so go <a wire:navigate.hover href="https://benjamincrozat.com/best-black-friday-deals-2023" class="font-medium underline">check them out</a>! And as always, <a href="https://larajobs.com?utm_source=benjamincrozat&utm_medium=banner&utm_campaign=benjamincrozat" target="_blank" rel="noopener" class="font-medium underline">LaraJobs</a> has plenty of job offers for you!”
</div>
Expand Down

0 comments on commit a9fb8fa

Please sign in to comment.