feat: pwa
This commit is contained in:
parent
869e164469
commit
c5b0c0543a
23 changed files with 3825 additions and 51 deletions
|
|
@ -19,7 +19,7 @@ export default function ScrollToTopButton({
|
|||
<Button
|
||||
variant="secondary-2"
|
||||
className={cn(
|
||||
`absolute bottom-2 right-2 rounded-full w-11 h-11 p-0 hover:text-background transition-transform ${visible ? '' : 'translate-y-14'}`,
|
||||
`absolute bottom-6 right-6 rounded-full w-12 h-12 p-0 hover:text-background transition-transform ${visible ? '' : 'translate-y-20'}`,
|
||||
className
|
||||
)}
|
||||
onClick={handleScrollToTop}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue