From 09e6dfda26858f93ed68bac1fc9eee1174179f0c Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Thu, 27 Jan 2022 13:43:28 +0000 Subject: [PATCH] Add link to the repo from the starting page --- ui/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/index.js b/ui/index.js index 85367c1..6a76964 100644 --- a/ui/index.js +++ b/ui/index.js @@ -170,6 +170,12 @@ class App extends Component { { href: 'https://web.dev/porting-libusb-to-webusb/' }, 'blog post' ), + ' or the ', + h( + 'a', + { href: 'https://github.com/GoogleChromeLabs/web-gphoto2' }, + 'repo' + ), '!' ) )