Skip to content

Commit 55c6061

Browse files
committed
fix: update integration into rest of view
1 parent 80928c6 commit 55c6061

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/src/components/PageHeader/PageHeader.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const PageHeader: FC<PropsWithChildren<PageHeaderProps>> = ({
3636
marginLeft: "auto",
3737

3838
[theme.breakpoints.down("md")]: {
39-
marginTop: theme.spacing(3),
4039
marginLeft: "initial",
4140
width: "100%",
4241
},

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const WorkspacesPageView: FC<
7373

7474
return (
7575
<Margins>
76-
<PageHeader actions={canCheckWorkspaces && <WorkspacesButton />}>
76+
<PageHeader actions={<WorkspacesButton />}>
7777
<PageHeaderTitle>
7878
<Stack direction="row" spacing={1} alignItems="center">
7979
<span>{Language.pageTitle}</span>

0 commit comments

Comments
 (0)