mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
6 lines
249 B
PHP
6 lines
249 B
PHP
<div class="flex items-center gap-2">
|
|
<h2>Notifications</h2>
|
|
<x-forms.button class="text-white normal-case btn btn-xs no-animation btn-primary" wire:click="sendTestNotification">
|
|
Send Test Notifications
|
|
</x-forms.button>
|
|
</div>
|