Deploy Ladill Give / deploy (push) Successful in 23s
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
330 B
PHP
11 lines
330 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Ladill Give',
|
|
'logo' => 'images/logo/ladillgive-logo.svg',
|
|
'gradient_from' => '#007e7d',
|
|
'gradient_to' => '#f6398a',
|
|
'icon_wrapper_class' => 'bg-teal-50 text-teal-700',
|
|
'description' => 'Your Ladill Give session has ended. Sign in again to manage giving pages, donations, and payouts.',
|
|
];
|