Skip to content

Commit d366337

Browse files
committed
adding nasty top symbol
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent efaeeb4 commit d366337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/scrolltop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
background-color: #555; /* Add a dark-grey background on hover */
2121
}
2222
</style>
23-
<button onclick="topFunction()" id="scrolltop" title="Go to top">^</button>
23+
<button onclick="topFunction()" id="scrolltop" title="Go to top">🔝</button>
2424

2525
<script>
2626
// When the user scrolls down 20px from the top of the document, show the button

0 commit comments

Comments
 (0)