Use feather-icon for back-to-top-button
This commit is contained in:
@ -10,7 +10,9 @@
|
||||
<script async="" defer="" src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<button class="back-to-top-button" aria-label="back to top">↑</button>
|
||||
<button class="back-to-top-button" aria-label="back to top">
|
||||
<i data-feather="arrow-up"></i>
|
||||
</button>
|
||||
<nav class="sidebar" aria-label="Table of Contents">
|
||||
<button class="hamburger hamburger--spin sidebar__menu" type="button" aria-label="Menu" aria-expanded="false">
|
||||
<span class="hamburger-box">
|
||||
|
||||
Reference in New Issue
Block a user