Skip to content

Commit 9a78dba

Browse files
authored
Merge pull request #703 from getmaxun/upgrade-ui
feat: enhance ui for oss upgrade
2 parents 71ea1f0 + 7f7e2aa commit 9a78dba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const NavBar: React.FC<NavBarProps> = ({
267267
top: "50%",
268268
left: "50%",
269269
transform: "translate(-50%, -50%)",
270-
width: 500,
270+
width: 700,
271271
bgcolor: "background.paper",
272272
boxShadow: 24,
273273
p: 4,
@@ -291,8 +291,7 @@ export const NavBar: React.FC<NavBarProps> = ({
291291
<Tabs
292292
value={tab}
293293
onChange={handleUpdateTabChange}
294-
sx={{ marginTop: 2, marginBottom: 2 }}
295-
centered
294+
sx={{ marginTop: 2, marginBottom: 2, marginLeft: '30px' }}
296295
>
297296
<Tab label={t('navbar.upgrade.modal.tabs.manual_setup')} />
298297
<Tab label={t('navbar.upgrade.modal.tabs.docker_setup')} />

0 commit comments

Comments
 (0)