Skip to content

Commit

Permalink
refactor: back to previous Box and TabList properties
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Dec 12, 2023
1 parent 975ff06 commit fd95c3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/website/src/app/learn/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
TabPanels,
Tab,
TabPanel,
TabIndicator,
Divider,
Box,
Image
Expand Down Expand Up @@ -290,8 +289,8 @@ await verifyProof(verificationKey, fullProof)`,
mt={{ base: "100px", md: "170px" }}
mb={{ base: "50px", md: "112px" }}
>
<Box mx="3" overflowX={{ base: "auto", md: "hidden" }}>
<TabList gap="40px" w={{ base: "150%", md: "max-content" }} whiteSpace="nowrap" pl="4">
<Box overflow="auto" mx="3">
<TabList gap="40px" w="max-content" whiteSpace="nowrap">
<Tab px={0} fontSize="24px" _selected={{ borderBottom: "2px solid white" }}>
About Semaphore
</Tab>
Expand Down

0 comments on commit fd95c3d

Please sign in to comment.