Skip to content

Commit

Permalink
Merge pull request #180 from rupeshv2121/rupesh3
Browse files Browse the repository at this point in the history
Fixed Issues in Logo and Route in signup and login page
  • Loading branch information
Ojas-Arora authored Jan 25, 2025
2 parents f27ae00 + 2506e03 commit 92fa27d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<div class="left-section">
<div class="logo" style="border-radius: 100px">
<img
src="/image.png"
src="image.png"
alt="Company Logo"
style="border-radius: 100px"
/>
Expand Down Expand Up @@ -183,7 +183,7 @@ <h1>Members Log in</h1>
<button type="submit" class="login-btn">Log In</button>
<p class="register-link">
Don't have an account?
<a href="/register.html" id="register-link">Register here</a>
<a href="register.html" id="register-link">Register here</a>
</p>
</form>
<div class="social-login">
Expand Down
4 changes: 2 additions & 2 deletions register.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.social-login {
margin-top: 5px;
margin-top: 16px;
display: flex;
justify-content: space-around;
gap: 10px;
Expand Down Expand Up @@ -143,7 +143,7 @@
<div style="border-radius: 100px" class="logo">
<img
style="border-radius: 100px"
src="/image.png"
src="image.png"
alt="Company Logo"
/>
<h2>Ajivika</h2>
Expand Down

0 comments on commit 92fa27d

Please sign in to comment.