add link to doc in footer

This commit is contained in:
Sam 2019-07-21 11:19:18 +02:00
parent 072cd691d0
commit 9e2448cf93

View File

@ -21,7 +21,14 @@ export default function Footer() {
> >
GPLv3 GPLv3
</a>{' '} </a>{' '}
license license -{' '}
<a
href="https://samr1.github.io/FitTrackee/"
target="_blank"
rel="noopener noreferrer"
>
documentation
</a>
</div> </div>
</footer> </footer>
) )