diff --git a/src/components/@scenario/ChangeLevelDialog.tsx b/src/components/@scenario/ChangeLevelDialog.tsx index e5954da..8bcf3dd 100644 --- a/src/components/@scenario/ChangeLevelDialog.tsx +++ b/src/components/@scenario/ChangeLevelDialog.tsx @@ -1,4 +1,3 @@ -import { Portal } from '@ark-ui/react'; import { Stack } from '@style/jsx'; import { Icon } from 'icons'; import { CheckIcon, ChevronsUpDownIcon } from 'lucide-react'; @@ -56,24 +55,22 @@ const ChangeLevelDialog = ({ - - - - - {PARTY_LEVELS.map((item) => ( - - - {item.label} - - - - - - ))} - - - - + + + + {PARTY_LEVELS.map((item) => ( + + + {item.label} + + + + + + ))} + + + diff --git a/src/components/@scenario/Navbar.tsx b/src/components/@scenario/Navbar.tsx index d9bfab5..ea8eac1 100644 --- a/src/components/@scenario/Navbar.tsx +++ b/src/components/@scenario/Navbar.tsx @@ -92,7 +92,7 @@ const Navbar = ({ scenarioName }: Props) => { )} - +