summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus2022-01-07 19:21:18 +0100
committerhorus2022-01-07 19:21:18 +0100
commitf8c07d6602ff9fbd8c402d77b14b99b101e64b09 (patch)
tree018ce45d1aa37bd28c8f05d15fe6760b9df36cf0
parent5941cb809691987e80beb82a36dedecba4c1f6be (diff)
downloadkategorischeraperitif-f8c07d6602ff9fbd8c402d77b14b99b101e64b09.tar.gz
hide subbrands on mobile
-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