Skip to content

Commit

Permalink
Add blog link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
behrang committed May 8, 2024
1 parent deb8bcb commit 6de344d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const Footer = observer(({ model }: Props) => {
<a className='my-4 block text-sm' href='https://twitter.com/hipofinance' target='hipo_twitter'>
Twitter
</a>
<a className='my-4 block text-sm' href='https://medium.com/@hipofinance' target='hipo_blog'>
Blog
</a>
</div>

<div className='mx-8 my-4'>
Expand Down

0 comments on commit 6de344d

Please sign in to comment.