mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
add gist loading page
format code
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user