Deploy Ladill Link / deploy (push) Successful in 50s
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
323 B
PHP
11 lines
323 B
PHP
<?php
|
|
|
|
return [
|
|
'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',
|
|
];
|