Skip to content

Commit

Permalink
add netlify logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Aug 21, 2023
1 parent 43ccac0 commit defe1d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added src/assets/images/netlify-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/screens/Login/LogIn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export default function LoginPage() {
/>
</div>
</form>
<a className={classes.netlifyLogo} href="https://www.netlify.com/" />
</div>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions src/screens/Login/Login.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
margin-bottom: 0px;
margin-top: 0.5rem;
}

.errorBody {
font-family: "Poppins";
font-size: 0.75rem;
Expand Down Expand Up @@ -212,3 +213,11 @@
line-height: 1.15rem;
transition: 0.4s linear;
}

.netlifyLogo {
background: url("../../assets/images/netlify-dark.png");
height: 50px;
width: 110px;
margin-top: 20px;
align-self: center;
}

0 comments on commit defe1d3

Please sign in to comment.