Skip to content

Commit

Permalink
Merge pull request fineanmol#909 from Vishvesh-Codehunt/master
Browse files Browse the repository at this point in the history
replace the back to top text with an arrow icon
  • Loading branch information
fineanmol authored Oct 14, 2021
2 parents 29203fc + cfc3508 commit e902a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<link rel="stylesheet" href="css/explosion.css">
<link rel="stylesheet" href="./css/terminal.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/d9f7ec7b29.js" crossorigin="anonymous"></script>
<title>Hacktoberfest 2021 - Contributors</title>

Expand All @@ -53,7 +54,7 @@


<!-- Back-to-top Button -->
<button onclick="topFunction()" id="myBtn" title="Go to top">Back to Top</button>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-2x fa-arrow-up"></i></button>


<button id="back-to-top-btn"><i class="fas fa-angle-double-up"></i></button>
Expand Down Expand Up @@ -368,6 +369,8 @@
<a class="box-item" href="https://github.com/anmolg84"><span>Anmol Gupta</span></a>
<a class="box-item" href="https://github.com/khushi-mishra0408"><span>Khushi Mishra</span></a>
<a class="box-item" href="https://github.com/SayantanMaiti"><span>Sayantan Maiti</span></a>
<a class="box-item" href="https://github.com/Vishvesh-Codehunt"><span>Vishvesh Patel</span></a>




Expand Down

0 comments on commit e902a21

Please sign in to comment.