diff options
Diffstat (limited to 'layouts/partials/components.html')
-rw-r--r-- | layouts/partials/components.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/components.html b/layouts/partials/components.html new file mode 100644 index 0000000..273f813 --- /dev/null +++ b/layouts/partials/components.html @@ -0,0 +1,8 @@ +<div class="btn"> + <div class="btn-toggle-mode"> + <i class="fas fa-adjust"></i> + </div> + <div class="btn-scroll-top"> + <i class="fas fa-chevron-up"></i> + </div> +</div>
\ No newline at end of file |