Skip to content

Commit

Permalink
remove title for default page
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Sep 6, 2023
1 parent ba543c3 commit e94e422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy-web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ const IndexPage: React.FunctionComponent<Props> = ({}) => {

return (
<Layout isLoading={isLoadingDeployments || isLoadingBalances || isLoadingProviders || isLoadingLeases}>
<NextSeo title="Cloudmos" />

<PageContainer sx={{ display: "flex", flexDirection: "column", justifyContent: "space-between", height: "100%" }}>
<div>
<Box sx={{ marginBottom: "1rem" }}>
Expand Down

0 comments on commit e94e422

Please sign in to comment.