mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
fix: button text
This commit is contained in:
parent
8683a8b17e
commit
739e506ad7
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue