Use shared signed-out page with Ladill Link branding.
Deploy Ladill Link / deploy (push) Successful in 50s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 12:40:12 +00:00
co-authored by Cursor
parent 9516fcb9f3
commit b4ad797c38
3 changed files with 8 additions and 20 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
<?php
return [
'title' => 'Ladill QR Plus',
'logo' => 'images/logo/ladillqrplus-logo.svg',
'description' => 'Your Ladill QR Plus session has ended. Sign in again to manage dynamic QR codes.',
'title' => 'Ladill Link',
'logo' => 'images/logo/ladilllink-logo.svg',
'description' => 'Your Ladill Link session has ended. Sign in again to manage short links.',
'gradient_from' => '#059669',
'gradient_to' => '#10b981',
'icon_wrapper_class' => 'bg-emerald-50 text-emerald-700',
];