Skip to content

Commit

Permalink
change: remove TOS and PP
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiMiyo committed Oct 25, 2024
1 parent 311b2d6 commit 5485bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 1 addition & 12 deletions src/pages/SignUp/SignUp.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
max-width: 80vw;
padding: 0rem 1.5rem;
.signup-box {
width: 100%;
min-width: 25vw;
height: fit-content;
padding: 3rem 4rem;

Expand Down Expand Up @@ -105,16 +105,5 @@
border-radius: .625rem;
}
}

.tos {
color: @font-color-v2;
font-size: 0.875rem;

a {
color: @font-color-links;
text-decoration: underline;
cursor: pointer;
}
}
}
}
1 change: 0 additions & 1 deletion src/pages/SignUp/SignUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default function SignUpPage() {
Criar conta
</button>
</div>
<div className="tos">Ao se inscrever, você concorda com os <a>Termos de Serviço</a> e a <a>Política de Privacidade</a>.</div>
</div>

{
Expand Down

0 comments on commit 5485bb7

Please sign in to comment.