banner update

This commit is contained in:
Troplo 2022-02-06 18:43:11 +11:00
parent d731780578
commit f7bf1cfd0b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -344,7 +344,7 @@ export default {
return require("../assets/images/" + image + ".png")
} catch {
return (
"https://dummyimage.com/1920x1080/151515/ffffff.png&text=" + image
"https://dummyimage.com/3840x2035/151515/ffffff.png&text=" + image
)
}
}