Add link to source code

This commit is contained in:
rui hildt 2020-02-10 03:45:12 +01:00
parent 4caee76d42
commit 3c8ba0b71a
1 changed files with 3 additions and 0 deletions

View File

@ -190,6 +190,9 @@ function HomeView() {
}}
/>
}
<Section>
<p>On github: <a href="https://github.com/ruihildt/dijkstra">backend</a> & <a href="https://github.com/ruihildt/dijkstra-frontend">frontend</a> </p>
</Section>
</Main>
);
}