fix: button text

This commit is contained in:
Tine 2024-03-01 11:07:42 +01:00
parent 8683a8b17e
commit 739e506ad7
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
href="/settings/incidents/create" href="/settings/incidents/create"
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300" class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300"
> >
Create First Worker Group Create First Incident
<svg class="feather ml-1 h-5 w-5 overflow-visible"> <svg class="feather ml-1 h-5 w-5 overflow-visible">
<use href="/static/icons/feather-sprite.svg#plus" /> <use href="/static/icons/feather-sprite.svg#plus" />
</svg> </svg>

View file

@ -21,7 +21,7 @@
href="/settings/notifications/create" href="/settings/notifications/create"
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300" class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300"
> >
Create First Worker Group Create First Notification
<svg class="feather ml-1 h-5 w-5 overflow-visible"> <svg class="feather ml-1 h-5 w-5 overflow-visible">
<use href="/static/icons/feather-sprite.svg#plus" /> <use href="/static/icons/feather-sprite.svg#plus" />
</svg> </svg>