summaryrefslogtreecommitdiff
path: root/resources/views/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/snippets')
-rw-r--r--resources/views/snippets/navbar.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/snippets/navbar.blade.php b/resources/views/snippets/navbar.blade.php
index e226d0b..8e65508 100644
--- a/resources/views/snippets/navbar.blade.php
+++ b/resources/views/snippets/navbar.blade.php
@@ -47,11 +47,11 @@
@php
if ( str_contains(Request::route()->getName(), 'angebot') ){
@endphp
- <a class="brand-url" rel="home" href="{{ route('angebote_index') }}" title="Sonderangebote" itemprop="url">Sonderangebote</a></h1>
+ <a class="brand-url dp-none" rel="home" href="{{ route('angebote_index') }}" title="Sonderangebote" itemprop="url">Sonderangebote</a></h1>
@php
} else if ( str_contains(Request::route()->getName(), 'cocktail') ){
@endphp
- <a class="brand-url" rel="home" href="{{ route('cocktail_index') }}" title="Cocktails" itemprop="url">Cocktails</a></h1>
+ <a class="brand-url dp-none" rel="home" href="{{ route('cocktail_index') }}" title="Cocktails" itemprop="url">Cocktails</a></h1>
@php
} else {
@endphp