mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-22 04:43:38 +00:00
Fix lint errors for src/scripts/oneko_easteregg.ts
This commit is contained in:
parent
574772205f
commit
4aa6179dae
1 changed files with 17 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
import "./easteregg.css"
|
import './easteregg.css'
|
||||||
export function startEasterEgg () {
|
export function startEasterEgg () {
|
||||||
const el = document.createElement('div')
|
const el = document.createElement('div')
|
||||||
el.innerHTML = ""
|
el.innerHTML = ''
|
||||||
el.className = `easter-egg hidden`
|
el.className = `easter-egg hidden`
|
||||||
document.body.append(el)
|
document.body.append(el)
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue