mirror of
https://github.com/yude-jp/yude.jp
synced 2025-12-16 20:54:17 +09:00
Fix status badge & name positioning
This commit is contained in:
@@ -16,6 +16,7 @@ const App = () => {
|
||||
const status = data.members && data.members[0].status;
|
||||
return (
|
||||
<>
|
||||
<div className="z-50 transform translate-x-96 -translate-y-10 w-5">
|
||||
{
|
||||
(() => {
|
||||
if (status == "online"){
|
||||
@@ -29,6 +30,7 @@ const App = () => {
|
||||
}
|
||||
})()
|
||||
}
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user