Skip to content

Commit

Permalink
Merge pull request #1324 from meetarora10/error-branch
Browse files Browse the repository at this point in the history
feat: No error when clicked on log in button from feedback page .
  • Loading branch information
apu52 authored Aug 6, 2024
2 parents 51c5920 + 8d01a25 commit edfa0a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<li class="link" data-aos="fade-down"><a href="./index.html#cnt-form" target="_blank">Contact Us</a></li>

</ul>
<a href="../newLogin.html" class="contact-btn"><button class="btn" id="btn-style"
<a href="./newLogin.html" class="contact-btn"><button class="btn" id="btn-style"
style="margin: 0; box-shadow:1.5px 1.5px 6px red;" data-aos="fade-down">Login</button></a>
<div class="toggle-container" data-aos="fade-down">
<input id="themeToggle" class="toggle" type="checkbox">
Expand Down
4 changes: 2 additions & 2 deletions newLogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ <h1><a style="margin-right: 300px;" href="index.html" class="back-to-home">
<div class="overlay">
<div class="overlay-panel overlay-left">
<h1 class="title">Hello <br> friends</h1>
<p>if you have an account, login here and have fun</p>
<p>If you have an account, login here and have fun</p>
<button class="ghost" id="login">Login
<i class="lni lni-arrow-left login"></i>
</button>
</div>
<div class="overlay-panel overlay-right">
<h1 class="title">Start your <br> journey now</h1>
<p>if you don't have an account yet, join us and start your journey.</p>
<p>If you don't have an account yet, join us and start your journey.</p>
<button class="ghost" id="register">Register
<i class="lni lni-arrow-right register"></i>
</button>
Expand Down

0 comments on commit edfa0a5

Please sign in to comment.