remove fedi button temp
This commit is contained in:
parent
ed8faea10a
commit
d59381e1e3
1 changed files with 1 additions and 9 deletions
10
src/App.tsx
10
src/App.tsx
|
@ -101,19 +101,11 @@ function App() {
|
|||
<h1>link tree</h1>
|
||||
<div class='linktree'>
|
||||
{gitgay}
|
||||
<img onClick={() => {
|
||||
setanimatedwoem(true)
|
||||
setTimeout(() => {
|
||||
window.location.href = "https://woem.men/@echo"
|
||||
}, 200);
|
||||
}} classList={{'woemimg': true, 'animate': animatedwoem()}}
|
||||
src="https://proxy.mono.exhq.dev/_/plain/https://woem.men/files/356134d8-df3b-41dc-ac73-c4420442bf3a"
|
||||
alt="logo of woem.men"/>
|
||||
|
||||
</div>
|
||||
<br/>
|
||||
<div class='linktree'>
|
||||
<span class='gitgaytext'>Git</span>
|
||||
<span class='woemtext'>Fedi</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue