Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapFinanceDev committed Aug 19, 2020
1 parent 2e9d122 commit 46151aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions grap-www/src/components/Footer/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components'
const Nav: React.FC = () => {
return (
<StyledNav>
<StyledLink href="https://github.com/grap-finance/grap-protocol">Github</StyledLink>
<StyledLink href="https://github.com/grapfinance/grap-protocol">Github</StyledLink>
<StyledLink href="https://twitter.com/GrapFinance">Twitter</StyledLink>
</StyledNav>
)
Expand All @@ -25,4 +25,4 @@ const StyledLink = styled.a`
}
`

export default Nav
export default Nav

0 comments on commit 46151aa

Please sign in to comment.