Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GiselleBarbosa committed Dec 27, 2023
1 parent 771fd8d commit e47cf2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/features/auth/register/register.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Cadastre-se para acessar</h1>
<h2>Cadastre-se para acessar</h2>

<form class="form" [formGroup]="formulario" (ngSubmit)="onSubmit($event)">
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion src/app/features/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container">
<div class="main">
<div class="left">
<h1 class="text-left">O controle de suas finanças em único lugar</h1>
<h2 class="text-left">O controle de suas finanças em único lugar</h2>
<p>
Esta aplicação foi desenvolvida para auxiliar as pessoas a terem um
melhor gerenciamento.
Expand Down
2 changes: 0 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https: //fonts.googleapis.com/icon?family=Material+Icons");

Expand All @@ -13,7 +12,6 @@ body {
height: 100vh;
}


.cursor-pointer {
cursor: pointer
}

0 comments on commit e47cf2e

Please sign in to comment.