Skip to content

Commit

Permalink
REFACTORING Updated footer and hamburgers for texts [DONE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahitya777 committed Nov 27, 2023
1 parent ccb2ff2 commit 56fa6fb
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 @@ -99,7 +99,7 @@ const Footer = () => {
cursor="pointer"
_hover={{color:"#00D395"}}
>
Hashtokens
HASH token
</Text>
<Text
color="#8C8C9B"
Expand Down Expand Up @@ -340,7 +340,7 @@ const Footer = () => {
_hover={{color:"#00D395"}}

>
Hashtokens
HASH token
</Text>
<Text
color="#8C8C9B"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const Navbar = () => {
border="1px solid rgb(26, 26, 31)"
margin="0"
>
Hashtokens
HASH token
</Text>
<Text
color="#fff"
Expand Down

0 comments on commit 56fa6fb

Please sign in to comment.