Skip to content

Commit

Permalink
Merge pull request #220 from estartando-devs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jonataspinto authored Aug 5, 2024
2 parents 203f2b1 + 655b489 commit 39ca7e1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
5 changes: 0 additions & 5 deletions src/components/Analytics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,5 @@ export const Analytics = () => (
`,
}}
/>
{/* SCRIPT OPTIMIZE */}
<script
async
src={`https://www.googleoptimize.com/optimize.js?id=${process.env.NEXT_PUBLIC_OPT_ID_DEVS}`}
/>
</>
);
10 changes: 6 additions & 4 deletions src/components/OurResults/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ const OurResults = () => (
data-aos-offset="-300"
data-aos-anchor-placement="top-center"
>
<Typography variant="h2">Nossos</Typography>
<S.OurResultsContainerTitleResults>
Resultados
</S.OurResultsContainerTitleResults>
<Typography variant="h2">
Nossos
<S.OurResultsContainerTitleResults>
Resultados
</S.OurResultsContainerTitleResults>
</Typography>
</S.OurResultsContainerTitle>
<S.OurResultsContainerContent>
{ourResultsMock?.map(({ image, title, value }, index) => (
Expand Down
6 changes: 4 additions & 2 deletions src/components/OurResultsIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ const OurResultsIcon = ({
alt={`Icone ${title}`}
title={`Icone ${title}`}
/>
<S.OurResultsIconContainerValue>{`${value}`}</S.OurResultsIconContainerValue>
<Typography weight="700" variant="body1">{`${title}`}</Typography>
<h3>
<S.OurResultsIconContainerValue>{`${value} `}</S.OurResultsIconContainerValue>
<Typography weight="700" variant="body1">{`${title}`}</Typography>
</h3>
</S.OurResultsIconContainer>
);

Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2151,11 +2151,11 @@ brace-expansion@^1.1.7:
concat-map "0.0.1"

braces@^3.0.1, braces@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

buffer@^5.5.0:
version "5.7.1"
Expand Down Expand Up @@ -3315,10 +3315,10 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"

Expand Down

0 comments on commit 39ca7e1

Please sign in to comment.