Add link to the future blog post
This commit is contained in:
28
ui/index.js
28
ui/index.js
@@ -151,12 +151,28 @@ class App extends Component {
|
|||||||
return h(
|
return h(
|
||||||
'div',
|
'div',
|
||||||
{ class: 'center-parent' },
|
{ class: 'center-parent' },
|
||||||
h('input', {
|
h(
|
||||||
class: 'center',
|
'div',
|
||||||
type: 'button',
|
{
|
||||||
onclick: this.selectDevice,
|
class: 'center'
|
||||||
value: '🔍 Select camera'
|
},
|
||||||
})
|
h('input', {
|
||||||
|
type: 'button',
|
||||||
|
onclick: this.selectDevice,
|
||||||
|
value: '🔍 Select camera'
|
||||||
|
}),
|
||||||
|
h(
|
||||||
|
'p',
|
||||||
|
null,
|
||||||
|
"Don't know how you got here? Check out the ",
|
||||||
|
h(
|
||||||
|
'a',
|
||||||
|
{ href: 'https://web.dev/porting-libusb-to-webusb/' },
|
||||||
|
'blog post'
|
||||||
|
),
|
||||||
|
'!'
|
||||||
|
)
|
||||||
|
)
|
||||||
);
|
);
|
||||||
case 'Status':
|
case 'Status':
|
||||||
return h(
|
return h(
|
||||||
|
|||||||
Reference in New Issue
Block a user