Action::make('donate') ->label(trans('admin/dashboard.sections.intro-support.button_donate')) ->icon('tabler-cash') ->url('https://pelican.dev/donate', true) ->color('success') ->toHtmlString(), ]; } }