Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat committed Oct 10, 2023
1 parent 9f1926b commit 4f1a673
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 @@ -83,7 +83,7 @@
x-init="$nextTick(() => Prism.highlightAll())"
>
<div class="flex flex-col min-h-screen">
@if (! request()->routeIs('jobs.create'))
@if (! request()->routeIs('jobs.create', 'media-kit', 'sponsors'))
<aside class="bg-indigo-400 text-indigo-50">
<a wire:navigate.hover href="{{ route('jobs.create') }}" class="container block py-3 text-sm text-center">
<strong class="font-medium text-white">Your job offer here</strong>, exposed to 40,000 developers for&nbsp;a&nbsp;month.
Expand Down

0 comments on commit 4f1a673

Please sign in to comment.