Skip to content

Commit

Permalink
Merge pull request #219 from PranavBarthwal/button
Browse files Browse the repository at this point in the history
fixed offtheme button
  • Loading branch information
apu52 authored Jan 28, 2024
2 parents d5414e9 + 3020a59 commit acf2b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ <h2 class="section__title" align-items="center" data-aos="slide-right">Contact U
</div>
<button type="submit" class="btn btn-primary" onclick="sendMail()">Submit</button>
</form>
<button type="button" class="custom-btn" onclick="window.location.href='feed.html'">
<br>
<button type="submit" class="btn btn-primary" onclick="window.location.href='feed.html'">
Go to Feedback Page
</button>
</div>
Expand Down

0 comments on commit acf2b77

Please sign in to comment.