remove newyear button

This commit is contained in:
HF 2024-01-04 16:14:14 +01:00
parent 20046e88e0
commit 75485ac140
2 changed files with 0 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

View File

@ -32,14 +32,6 @@ const App = () => (
<UI />
<WindowManager />
</IconContext.Provider>
<a
style={{
position: 'absolute', bottom: 4, left: '50%', marginLeft: -27,
}}
href="https://files.catbox.moe/70ej7o.mp4"
>
<img style={{ width: 75 }} src="2024.gif" />
</a>
</>
);