Skip to content

Commit

Permalink
Adding ID to self-hosted section (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Mar 9, 2023
1 parent b30aaa0 commit 8d5724f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions marketing/src/containers/AnalyticsTool/analytics.style.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Parallax } from 'react-parallax';
import styled from 'styled-components';
import { rgba } from 'polished';
import { themeGet } from '@styled-system/theme-get';
import polygon from '@/common/assets/image/webAppCreative/polygon.png';

const Section = styled(Parallax)`
const Section = styled.section`
background-color: ${themeGet('colors.sectionBackgroundColor')};
padding-top: 100px;
padding-bottom: 100px;
Expand Down
3 changes: 1 addition & 2 deletions marketing/src/containers/AnalyticsTool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ import Link from '@/common/components/Link';
import Heading from '@/common/components/Heading';
import analytics from './modified.svg';
import Section, { Grid, Figure, Content, Features } from './analytics.style';
// import parallaxBg from '@/common/assets/image/webAppCreative/parallax-1.png';
import { useTranslation } from 'next-i18next';

const AnalyticsTool = () => {
const { t } = useTranslation();
return (
<Section bgImageAlt="the cat" strength={200}>
<Section id="self-hosted">
<Container width="1400px">
<Grid>
<Fade up>
Expand Down
1 change: 0 additions & 1 deletion marketing/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function HomePage({ legals }: HomePageProps) {
<HowItWorks />
<AnalyticsTool />
<Dashboard />

<CombinedSection>
<Integrations />
{/* </CombinedSection>
Expand Down

0 comments on commit 8d5724f

Please sign in to comment.