chore: change icon
This commit is contained in:
parent
aa88fbda44
commit
eb8bb8331f
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue