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,
|
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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue