quick gizmo homescreen fix (#2509)

* quick gizmo homescreen fix

* better fix
This commit is contained in:
Kurt Hutten
2024-05-24 13:00:15 +10:00
committed by GitHub
parent 2001262494
commit 87c551b869
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import { APP_VERSION } from 'routes/Settings'
import { CustomIcon } from 'components/CustomIcon'
import Tooltip from 'components/Tooltip'
import Gizmo from 'components/Gizmo'
import { paths } from 'lib/paths'
import { NetworkHealthIndicator } from 'components/NetworkHealthIndicator'
import { HelpMenu } from './HelpMenu'
@ -17,7 +16,6 @@ export function LowerRightControls(props: React.PropsWithChildren) {
return (
<section className="fixed bottom-2 right-2 flex flex-col items-end gap-3">
{props.children}
<Gizmo />
<menu className="flex items-center justify-end gap-3">
<a
href={`https://github.com/KittyCAD/modeling-app/releases/tag/v${APP_VERSION}`}