From aee7344f03860c39e2954140eb3fa34fd26d5ab6 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Mon, 17 Jan 2022 19:07:38 +0000 Subject: [PATCH] Link to Github --- ui/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/index.js b/ui/index.js index 300f5c4..640cbd6 100644 --- a/ui/index.js +++ b/ui/index.js @@ -186,6 +186,15 @@ class App extends Component { this.connection.supportedOps.triggerCapture ? h(CaptureButton, { getFile: this.captureImage }) : undefined, + h( + 'a', + { + class: 'pure-button', + href: 'https://github.com/GoogleChromeLabs/web-gphoto2', + target: '_blank' + }, + '⭐ Star on Github' + ), h(Widget, { config: state.config, setValue: this.setValue }) ) )