File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const Papers = () => {
1111 Whitepapers
1212 </ Heading >
1313 < WhitepaperCard
14- maxW = " 890px"
14+ maxW = { [ "340px" , "340px" , " 890px"] }
1515 href = "https://github.com/bugout-dev/moonstream/blob/main/datasets/nfts/papers/ethereum-nfts.pdf"
1616 img = { `${ AWS_ASSETS_PATH } /nft_market_analysis_i.png` }
1717 title = "An analysis of 7,020,950 NFT transactions on the Ethereum blockchain"
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const LandingNavbar = () => {
168168 fontWeight = "400"
169169 _hover = { { textDecoration : "underline" } }
170170 >
171- Log in
171+ Log in
172172 </ Text >
173173 < Button
174174 variant = "plainOrange"
@@ -184,7 +184,7 @@ const LandingNavbar = () => {
184184 backgroundColor : "#F4532F" ,
185185 } }
186186 >
187- Sign up
187+ Sign up
188188 </ Button >
189189 </ Flex >
190190 ) }
You can’t perform that action at this time.
0 commit comments