diff options
author | amzrk2 | 2020-05-30 14:02:20 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-30 14:02:20 +0800 |
commit | ac62cbd84fc67401f4014b6e9d8ed6c6b175503e (patch) | |
tree | 6cadef818f76f4dc67028f564161538adb511059 /layouts/partials/components.html | |
parent | f14d5fa8f78a5756866002591aa479f8ccf5b582 (diff) | |
download | hugo-theme-fuji-ac62cbd84fc67401f4014b6e9d8ed6c6b175503e.tar.gz hugo-theme-fuji-ac62cbd84fc67401f4014b6e9d8ed6c6b175503e.tar.bz2 hugo-theme-fuji-ac62cbd84fc67401f4014b6e9d8ed6c6b175503e.zip |
Update fa
Diffstat (limited to 'layouts/partials/components.html')
-rw-r--r-- | layouts/partials/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/components.html b/layouts/partials/components.html index 273f813..0fb4f6a 100644 --- a/layouts/partials/components.html +++ b/layouts/partials/components.html @@ -1,8 +1,8 @@ <div class="btn"> <div class="btn-toggle-mode"> - <i class="fas fa-adjust"></i> + <i class="far fa-adjust"></i> </div> <div class="btn-scroll-top"> - <i class="fas fa-chevron-up"></i> + <i class="far fa-chevron-up"></i> </div> </div>
\ No newline at end of file |