add gist loading page

format code
This commit is contained in:
DefectingCat
2023-08-14 13:36:15 +08:00
parent d6447c6a8e
commit 32d8d48514
44 changed files with 142 additions and 107 deletions

View File

@ -40,7 +40,7 @@ const BackToTop = () => {
'right-4 bottom-4',
'lg:right-8 lg:bottom-8',
'transition-all duration-300',
showTop ? 'visible scale-100' : 'invisible scale-0'
showTop ? 'visible scale-100' : 'invisible scale-0',
)}
>
<FiChevronUp className="w-6 h-6" />