swap pleromatan_apology_fox location

This commit is contained in:
Henry Jameson 2024-09-16 03:00:31 +03:00
parent dc4cbbe830
commit 2abde63afc
4 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
font-family: sans-serif; font-family: sans-serif;
color: #b9b9ba; color: #b9b9ba;
position: absolute; position: absolute;
z-index: 99;
" "
> >
<img <img

View file

@ -47,7 +47,7 @@ export default {
watch: { watch: {
themeApplied (value) { themeApplied (value) {
document.querySelector('#app').classList.remove('hidden') document.querySelector('#app').classList.remove('hidden')
document.querySelector('#splash').className = 'hidden' document.querySelector('#splash').classList.add('hidden')
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4)) document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
} }
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 39 B

View file

@ -0,0 +1 @@
../../static/pleromatan_apology_fox.png

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 39 B

View file

@ -1 +0,0 @@
../src/assets/pleromatan_apology_fox.png

Before

Width:  |  Height:  |  Size: 40 B

After

Width:  |  Height:  |  Size: 521 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 B

After

Width:  |  Height:  |  Size: 521 KiB