Skip to content

Commit 8cc852a

Browse files
author
Sebastian Fix
committed
wip
1 parent a5f9282 commit 8cc852a

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

resources/views/app/contact/index.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classAttributes="block"/>
1515

1616
<x-section>
1717
<x-h2 :title="__('Office')"/>
18-
1918
<div class="grid grid-cols-2">
2019
<div class="">
2120
<address class="not-italic leading-relaxed ">
@@ -51,7 +50,6 @@ classAttributes="block"/>
5150
</x-badge>
5251
</div>
5352
</div>
54-
5553
</x-section>
5654

5755
</x-app-layout>

resources/views/app/legal/imprint/index.blade.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
<x-app-layout :page="$page">
22
<x-h1 :title="__('Imprint')"/>
3-
43
<x-section>
54
<x-h2 :title="__('Company')"/>
6-
75
<address class="not-italic text-gray-700 text-lg leading-relaxed">
86
<p class="font-semibold">paperflakes AG</p>
97
<p>Mühlematten 12</p>
108
<p>CH-4455 Zunzgen</p>
119
<p>CHE-432.585.498</p>
1210
</address>
1311

14-
<x-a-badge href="https://zefix.ch/de/search/entity/list/firm/1598166" label="{{ __('Zefix') }}"
15-
class-attributes="mt-1" target="_blank" rel="noopener noreferrer">
16-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
17-
stroke="currentColor" class="ml-1 size-3">
18-
<path stroke-linecap="round" stroke-linejoin="round"
19-
d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"/>
12+
<x-a-badge href="https://zefix.ch/de/search/entity/list/firm/1598166" label="{{ __('Zefix') }}" class-attributes="mt-1" target="_blank" rel="noopener noreferrer">
13+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="ml-1 size-3"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"/>
2014
</svg>
2115
</x-a-badge>
2216
</x-section>

0 commit comments

Comments
 (0)