Skip to content

Commit

Permalink
Merge pull request #350 from marleypm16/#344
Browse files Browse the repository at this point in the history
Remover as seções da SouJunior Talk
  • Loading branch information
wouerner authored Jul 16, 2024
2 parents dcadb3a + eeb901e commit d747915
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
9 changes: 0 additions & 9 deletions src/components/FooterDefault/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ const FooterDefault = () => {
SouJunior Labs
</a>
</li>
<li>
<a
href="https://discord.com/invite/564CDre9F3"
rel="noreferrer"
target="_blank"
>
SouJunior Talk
</a>
</li>
</ul>
</div>
<div>
Expand Down
6 changes: 0 additions & 6 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ export const Home: React.FC = () => {
Img={PortalMentoria}
Description="Seja mentorado por um profissional experiente."
/>
<OurSitesCard
Link="https://discord.com/invite/564CDre9F3"
Title="SouJunior Talk"
Img={Site}
Description="Aprenda idiomas e aperfeiçoe-se!"
/>
<OurSitesCard
Link="https://docs.google.com/forms/d/e/1FAIpQLSd1IspO3Hwylce2kHtIsmyBAkH7p3VFmdYUmdL75YXZ-DSNBA/viewform"
Title="SouJunior Labs"
Expand Down
3 changes: 2 additions & 1 deletion src/pages/styles/Home.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ export const OurSitesSection = styled.section`
align-items: center;
flex-direction: column;
margin-top: 180px;
margin-bottom: 196px;
gap:24px;
margin-bottom: 89px;
@media (max-width: 1000px) {
margin: 80px 0 4.5rem;
Expand Down

0 comments on commit d747915

Please sign in to comment.