diff options
| author | horus | 2022-01-07 19:21:18 +0100 |
|---|---|---|
| committer | horus | 2022-01-07 19:21:18 +0100 |
| commit | f8c07d6602ff9fbd8c402d77b14b99b101e64b09 (patch) | |
| tree | 018ce45d1aa37bd28c8f05d15fe6760b9df36cf0 /resources | |
| parent | 5941cb809691987e80beb82a36dedecba4c1f6be (diff) | |
| download | kategorischeraperitif-f8c07d6602ff9fbd8c402d77b14b99b101e64b09.tar.gz | |
hide subbrands on mobile
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/snippets/navbar.blade.php | 4 |
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 |
