From e2267376bc988b839c1609431f2e43080e8bc2a0 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:14:04 +0800 Subject: [PATCH] Use Font Awesome for arrows --- js/main-components.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/main-components.js b/js/main-components.js index 2c0c4c10..ada10184 100644 --- a/js/main-components.js +++ b/js/main-components.js @@ -41,5 +41,9 @@ window.addEventListener("scroll", e => { document.querySelector(".main-footer").innerHTML = `

Made with ♥ by Leilukin | Site Map

Site Launched: September 11, 2022 | Website Changelog

-

↑ Back to top ↑

+

+ + Back to top + +

`; \ No newline at end of file