Skip to content

Commit

Permalink
Merge pull request #746 from bugout-dev/navbar-fix
Browse files Browse the repository at this point in the history
fixing navbar and whitepapper mobile
  • Loading branch information
Anton-Mushnin authored Dec 22, 2022
2 parents c6b6336 + 66bc01e commit bd85f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/pages/whitepapers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Papers = () => {
Whitepapers
</Heading>
<WhitepaperCard
maxW="890px"
maxW={["340px", "340px", "890px"]}
href="https://github.com/bugout-dev/moonstream/blob/main/datasets/nfts/papers/ethereum-nfts.pdf"
img={`${AWS_ASSETS_PATH}/nft_market_analysis_i.png`}
title="An analysis of 7,020,950 NFT transactions on the Ethereum blockchain"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/LandingNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const LandingNavbar = () => {
fontWeight="400"
_hover={{ textDecoration: "underline" }}
>
Log in
Log&nbsp;in
</Text>
<Button
variant="plainOrange"
Expand All @@ -184,7 +184,7 @@ const LandingNavbar = () => {
backgroundColor: "#F4532F",
}}
>
Sign up
Sign&nbsp;up
</Button>
</Flex>
)}
Expand Down

0 comments on commit bd85f48

Please sign in to comment.