mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding onlinefix credentials
This commit is contained in:
parent
70fe495965
commit
5bb1f753a2
25 changed files with 357 additions and 245 deletions
|
@ -203,7 +203,7 @@ export function Sidebar() {
|
|||
className={styles.menuItem({
|
||||
active:
|
||||
location.pathname === `/game/${game.shop}/${game.objectID}`,
|
||||
muted: game.status === null || game.status === "cancelled",
|
||||
muted: game.status === "cancelled",
|
||||
})}
|
||||
>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue