Skip to content

Commit

Permalink
delete banner
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Nov 13, 2023
1 parent 11f8ef6 commit b6b9d93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/website/src/pages/components/Header/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
align-items: center;
justify-content: space-between;
padding: 30px 0;
margin-top: 48px;
// margin-top: 48px;

.sealos-title {
line-height: 140%;
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Home = () => {

const HomeRender = (
<div id="sealos-layout-wrap-home-page">
<Banner />
{/* <Banner /> */}
<Helmet>
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-786053845" />
<script async>
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/pages/self-hosting/header/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
align-items: center;
justify-content: space-between;
padding: 30px 0;
margin-top: 48px;
// margin-top: 48px;

.sealos-title {
line-height: 140%;
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/pages/self-hosting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Pricing() {
src={require('@site/static/img/license-bg-header.png').default}
alt="community"
/>
<Banner />
{/* <Banner /> */}
<div className="px-10 w-full flex justify-center lg:px-0">
<Header isPc={isPc} />
</div>
Expand Down

0 comments on commit b6b9d93

Please sign in to comment.