Skip to content

Commit d6d222d

Browse files
author
Sebastian Fix
committed
wip
1 parent 7d02fec commit d6d222d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ classAttributes="block"/>
2020
<p>Haupstrasse 91</p>
2121
<p>CH-4455 Zunzgen</p>
2222
</address>
23-
<x-a-badge href="https://www.google.com/maps/place/Hauptstrasse+91,+4455+Zunzgen,+Schweiz"
24-
label="{{ __('Google Maps') }}" class-attributes="mt-1" target="_blank" rel="noopener noreferrer">
23+
<x-a-badge href="https://www.google.com/maps/place/Hauptstrasse+91,+4455+Zunzgen,+Schweiz" label="{{ __('Google Maps') }}" class-attributes="mt-1" target="_blank" rel="noopener noreferrer">
2524
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
26-
stroke="currentColor" class="mr-1 size-3">
25+
stroke="currentColor" class="ml-1 size-3">
2726
<path stroke-linecap="round" stroke-linejoin="round"
2827
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"/>
2928
</svg>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<x-a-badge href="https://zefix.ch/de/search/entity/list/firm/1598166" label="{{ __('Zefix') }}"
1515
class-attributes="mt-1" target="_blank" rel="noopener noreferrer">
1616
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
17-
stroke="currentColor" class="mr-1 size-3">
17+
stroke="currentColor" class="ml-1 size-3">
1818
<path stroke-linecap="round" stroke-linejoin="round"
1919
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"/>
2020
</svg>

resources/views/components/a-badge.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<a target="{{ $target }}" href="{{ $href }}" title="{{ $title ?? $label }}"
44
class="{{ $classAttributes }} inline-flex items-center rounded-md bg-gray-400/10 px-2 py-1 text-sm font-medium text-gray-400 hover:bg-gray-400/20 hover:text-black hover:font-semibold ring-1 ring-gray-400/20 ring-inset cursor-pointer">
5-
{{ $slot }}
65
{{ $label }}
6+
{{ $slot }}
77
</a>

0 commit comments

Comments
 (0)