File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId] Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -92,4 +92,6 @@ API_SERVER_SECRET=""
9292# Used for the Faucet page (/<chain_id>)
9393NEXT_PUBLIC_TURNSTILE_SITE_KEY = " "
9494TURNSTILE_SECRET_KEY = " "
95- REDIS_URL = " "
95+ REDIS_URL = " "
96+
97+ ANALYTICS_SERVICE_URL = " "
Original file line number Diff line number Diff line change @@ -158,12 +158,7 @@ export const TokenIdPage: React.FC<TokenIdPageProps> = ({
158158 overflow = { { base : "auto" , md : "hidden" } }
159159 pb = { { base : 4 , md : 0 } }
160160 >
161- < ButtonGroup
162- size = "sm"
163- variant = "ghost"
164- spacing = { 2 }
165- w = { ( tabs . length + 1 ) * 95 }
166- >
161+ < ButtonGroup size = "sm" variant = "ghost" spacing = { 2 } >
167162 < Button
168163 type = "button"
169164 isActive = { tab === "Details" }
You can’t perform that action at this time.
0 commit comments