Skip to content

Commit 81b7b66

Browse files
author
Sebastian BURGIN-FIX (ext)
committed
wip
1 parent e223991 commit 81b7b66

2 files changed

Lines changed: 9 additions & 15 deletions

File tree

resources/views/components/get-in-touch.blade.php

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@if ($configuration?->key === '_codebar')
2+
<x-section>
3+
<x-h2 :title="__('Next')" />
4+
<div class="mt-2 flex flex-col sm:flex-row gap-2 sm:gap-6">
5+
<x-a :href="localized_route('about-us.index')" :label="__('Team')" classAttributes="block" />
6+
<x-a :href="localized_route('contact.index')" :label="__('Contact')" classAttributes="block" />
7+
</div>
8+
</x-section>
9+
@endif

0 commit comments

Comments
 (0)