Add link to source

This commit is contained in:
Melvin Valster
2019-10-24 16:26:05 +02:00
committed by GitHub
parent 3012fe9799
commit caf9b45055
+2
View File
@@ -29,6 +29,8 @@ const App: React.FC = () => {
<Link to="/">Home</Link>
{' - '}
<Link to="/playground">Components</Link>
{' - '}
<Link to="https://github.com/mirague/wow-talent-calculator" target="_blank">Source</Link>
</footer>
</div>
</Router>