style: update notyf !
This commit is contained in:
@@ -67,7 +67,7 @@ export default class Home extends Vue {
|
||||
public async copy(): Promise<void> {
|
||||
if (this.canClipboard) {
|
||||
await navigator.clipboard.writeText(this.accountUrl)
|
||||
notif.confirm('Adresse copiée')
|
||||
notif.success('Adresse copiée')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user