Skip to content
Snippets Groups Projects
Commit 2abde63a authored by HJ's avatar HJ :fire:
Browse files

swap pleromatan_apology_fox location

parent dc4cbbe8
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
font-family: sans-serif;
color: #b9b9ba;
position: absolute;
z-index: 99;
"
>
<img
......
......@@ -47,7 +47,7 @@ export default {
watch: {
themeApplied (value) {
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))
}
},
......
src/assets/pleromatan_apology_fox.png

521 KiB

../../static/pleromatan_apology_fox.png
\ No newline at end of file
../src/assets/pleromatan_apology_fox.png
\ No newline at end of file
static/pleromatan_apology_fox.png

521 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment