Skip to content

Commit

Permalink
Merge pull request #73 from 0xHashstack/v1-client
Browse files Browse the repository at this point in the history
REFACTORING Updated small fixes [DONE]
  • Loading branch information
Sahitya777 committed Aug 21, 2023
2 parents cf5e271 + 2376899 commit c8ed11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Footer = () => {
cursor="pointer"
_hover={{color:"#00D395"}}
>
White Paper
Whitepaper
</Text>
</Link>
</Box>
Expand Down Expand Up @@ -340,7 +340,7 @@ const Footer = () => {
_hover={{color:"#00D395"}}

>
White Paper
Whitepaper
</Text>
</Link>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const Navbar = () => {
router.push('https://hashstack.finance/whitepaper')
}}
>
White Paper
Whitepaper
</Text>
<DrawerCloseButton width="48px" height="48px" borderRadius="8px" bg="rgba(255, 255, 255, 0.04)" mt="5rem" onClick={toggleDrawer}/>
</Box>
Expand Down

0 comments on commit c8ed11f

Please sign in to comment.