forked from Berry-Dash/launcher
Well that's stupid but it's fixed now
This commit is contained in:
@@ -135,22 +135,18 @@ export default function Installs () {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
|
||||||
className='flex gap-2 absolute right-0 bottom-0'
|
|
||||||
hidden={!normalConfig?.settings.useLegacyInteractButtons}
|
|
||||||
title='Click to view game installs'
|
|
||||||
>
|
|
||||||
<Link
|
<Link
|
||||||
className={`button ${
|
className={`button absolute right-0 bottom-0 ${
|
||||||
hoveredIds.includes(i.id) ? 'btntheme3' : 'btntheme2'
|
hoveredIds.includes(i.id) ? 'btntheme3' : 'btntheme2'
|
||||||
}`}
|
}`}
|
||||||
href={'/game?id=' + i.id}
|
href={'/game?id=' + i.id}
|
||||||
|
hidden={!normalConfig?.settings.useLegacyInteractButtons}
|
||||||
|
title='Click to view game installs'
|
||||||
>
|
>
|
||||||
Installs
|
Installs
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<div className='flex justify-center items-center h-full'>
|
<div className='flex justify-center items-center h-full'>
|
||||||
|
|||||||
Reference in New Issue
Block a user