forked from Berry-Dash/launcher
Show developer info if it isn't null and move buttons down to the bottom of box in installs/games menu
This commit is contained in:
@@ -598,7 +598,7 @@ export default function RootLayout ({
|
||||
</div>
|
||||
<div
|
||||
className='entry-info-item btntheme3 mt-2'
|
||||
hidden={v.official}
|
||||
hidden={v.developer == null}
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faCode}
|
||||
|
||||
Reference in New Issue
Block a user