diff --git a/.env.example b/.env.example index 339c3a6..8ae4fb6 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.8.4 +APP_VERSION=0.8.5 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=2595 diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index b04a94d..c58078d 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -45,7 +45,7 @@ export const Sidebar = () => { }, []) const handleResize = () => { - setIsTallWindow(window.innerHeight > 640) + setIsTallWindow(window.innerHeight > 700) } useEffect(() => { @@ -174,6 +174,40 @@ export const Sidebar = () => { +