mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +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 () {
|
||||
const el = document.createElement('div')
|
||||
el.innerHTML = ""
|
||||
el.innerHTML = ''
|
||||
el.className = `easter-egg hidden`
|
||||
document.body.append(el)
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue