Skip to content

Commit dba54f7

Browse files
committed
Fixed back-to-top button partial
1 parent 7702610 commit dba54f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

material/templates/partials/top.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{#-
22
This file was automatically generated - do not edit
33
-#}
4-
+
54
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
65
{% set icon = config.theme.icon.top or "material/arrow-up" %}
76
{% include ".icons/" ~ icon ~ ".svg" %}

src/templates/partials/top.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
IN THE SOFTWARE.
2121
-->
2222

23-
+<!-- Back-to-top button -->
23+
<!-- Back-to-top button -->
2424
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
2525
{% set icon = config.theme.icon.top or "material/arrow-up" %}
2626
{% include ".icons/" ~ icon ~ ".svg" %}

0 commit comments

Comments
 (0)