chore: change icon

This commit is contained in:
Nathan Lamy 2025-08-20 13:54:53 +02:00
parent aa88fbda44
commit eb8bb8331f

View file

@ -17,6 +17,7 @@ import {
Send,
AlertTriangle,
Loader,
Save,
} from "lucide-react";
import InstallApp, { isInstalled } from "./install-app";
import {
@ -280,7 +281,7 @@ export default function NotificationSettings() {
})
}
>
<Send className="h-4 w-4 mr-2" />
<Save className="h-4 w-4 mr-2" />
Enregistrer
</Button>
</div>