Skip to content

Commit

Permalink
footer add link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
OCTO-FRAH committed Nov 27, 2020
1 parent 99d4ea0 commit bdfc99d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/frontend/src/pages/Home/Home.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,12 @@ export const HomeView = () => {

<HomeFooter>
<HomeFooterGrid>
<img alt="logo" src="/images/logo.svg" />
<div>
<img alt="logo" src="/images/logo.svg" />
<a href="https://github.com/octo-technology/tezos-academy" target="_blank">
Github
</a>
</div>
<div>
<p>About LIGO</p>
<a href="https://ligolang.org/docs/intro/introduction" target="_blank">
Expand Down

0 comments on commit bdfc99d

Please sign in to comment.