Skip to content

Commit

Permalink
change the page navtion to histroy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauradip07 committed Mar 11, 2023
1 parent 12b958b commit 45134af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<div class="loading d-hide"></div>
<button class="btn btn-primary" id="shortURL">Create</button>
<button class="btn btn-primary" id="shortSelTab">Create from selected tab</button>
<a href="recenturl.html"><i class="fa-solid fa-clock-rotate-left" id="history"></i></a>
<a href="history.html"><i class="fa-solid fa-clock-rotate-left" id="history"></i></a>
</div><br>
<div class="toast toast-success d-hide"><button class="btn btn-clear float-right"></button></div>
<div style="float:bottom;" class="toast toast-success d-hide" id="copied">Copied!</div>
Expand Down

0 comments on commit 45134af

Please sign in to comment.