Skip to content

Commit d63a73b

Browse files
committed
style: Update setTimeout duration in copySvg function
1 parent d1cf5be commit d63a73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/LogoContextMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function copySvg() {
3737
const res = await fetch('/logo.svg')
3838
const svg = await res.text()
3939
await copy(svg)
40-
setTimeout(close, 800)
40+
setTimeout(close, 1000)
4141
}
4242
4343
function goToBrand() {

0 commit comments

Comments
 (0)