Link to Github

This commit is contained in:
Ingvar Stepanyan
2022-01-17 19:07:38 +00:00
parent 69a4b3a026
commit aee7344f03

View File

@@ -186,6 +186,15 @@ class App extends Component {
this.connection.supportedOps.triggerCapture this.connection.supportedOps.triggerCapture
? h(CaptureButton, { getFile: this.captureImage }) ? h(CaptureButton, { getFile: this.captureImage })
: undefined, : 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 }) h(Widget, { config: state.config, setValue: this.setValue })
) )
) )