Fix double-encoded ampersands in settings card titles.
Deploy Ladill Frontdesk / deploy (push) Successful in 1m4s
Deploy Ladill Frontdesk / deploy (push) Successful in 1m4s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<x-settings.page description="Configure branding, reception workflows, host alerts, and integrations for {{ $organization->name }}.">
|
<x-settings.page description="Configure branding, reception workflows, host alerts, and integrations for {{ $organization->name }}.">
|
||||||
@if ($canManage)
|
@if ($canManage)
|
||||||
<x-settings.card title="Plan & usage" description="Subscription limits and notification billing for {{ $organization->name }}.">
|
<x-settings.card title="Plan & usage" description="Subscription limits and notification billing for {{ $organization->name }}.">
|
||||||
<div class="flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between">
|
<div class="flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between">
|
||||||
<p class="text-sm leading-6 text-slate-600">
|
<p class="text-sm leading-6 text-slate-600">
|
||||||
@if ($isPro)
|
@if ($isPro)
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
</x-settings.card>
|
</x-settings.card>
|
||||||
|
|
||||||
@if ($canManage)
|
@if ($canManage)
|
||||||
<x-settings.card title="Reception & kiosk" description="Badge timing, visitor policy, and kiosk behaviour.">
|
<x-settings.card title="Reception & kiosk" description="Badge timing, visitor policy, and kiosk behaviour.">
|
||||||
<div class="space-y-5">
|
<div class="space-y-5">
|
||||||
<div class="grid gap-4 sm:grid-cols-2">
|
<div class="grid gap-4 sm:grid-cols-2">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user