This commit is contained in:
Philipp Dormann 2025-04-28 10:56:45 +02:00
parent 7ac92ae6ca
commit f642849dbb
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -165,7 +165,7 @@
class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10"
> >
<svg <svg
class="h-6 w-6 text-blue-600" class="size-6 text-blue-600"
fill="currentColor" fill="currentColor"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24" viewBox="0 0 24 24"
@ -178,9 +178,9 @@
> >
</div> </div>
<div class="mt-3"> <div class="mt-3">
<h3 class="text-lg leading-6 font-medium text-neutral-900"> <h3 class="text-xl leading-6 font-medium text-neutral-900">
Sponsoring erstellen Sponsoring erstellen
</h3> </h3>
<nav <nav
class="relative z-0 flex border border-neutral-200 rounded-xl overflow-hidden mb-2" class="relative z-0 flex border border-neutral-200 rounded-xl overflow-hidden mb-2"
> >
@ -347,7 +347,7 @@
/> />
<label <label
for="hs-default-checkbox" for="hs-default-checkbox"
class="text-sm text-neutral-900 ms-2 font-medium" class="text-base text-neutral-900 ms-2 font-medium"
>{$_("already-paid")}</label >{$_("already-paid")}</label
> >
</div> </div>