Remove Bell icon from Add Notification Channel button in Settings component

This commit is contained in:
headlessdev 2025-04-19 13:20:47 +02:00
parent 2b8f7a95d2
commit 016d52fa1b

View File

@ -417,7 +417,6 @@ export default function Settings() {
<AlertDialog>
<AlertDialogTrigger asChild>
<Button className="w-full h-11 flex items-center gap-2">
<Bell className="h-4 w-4" />
Add Notification Channel
</Button>
</AlertDialogTrigger>