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, Send,
AlertTriangle, AlertTriangle,
Loader, Loader,
Save,
} from "lucide-react"; } from "lucide-react";
import InstallApp, { isInstalled } from "./install-app"; import InstallApp, { isInstalled } from "./install-app";
import { 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 Enregistrer
</Button> </Button>
</div> </div>