Add link to the repo from the starting page

This commit is contained in:
Ingvar Stepanyan
2022-01-27 13:43:28 +00:00
committed by GitHub
parent 6a03065557
commit 09e6dfda26

View File

@@ -170,6 +170,12 @@ class App extends Component {
{ href: 'https://web.dev/porting-libusb-to-webusb/' }, { href: 'https://web.dev/porting-libusb-to-webusb/' },
'blog post' 'blog post'
), ),
' or the ',
h(
'a',
{ href: 'https://github.com/GoogleChromeLabs/web-gphoto2' },
'repo'
),
'!' '!'
) )
) )