UNPKG
smart-home
Version:
latest (0.5.16)
0.5.16
0.5.15
0.5.14
0.5.13
0.5.11
0.5.1
Netbeast dashboard, IoT apps manager
github.com/netbeast/dashboard
netbeast/dashboard
smart-home
/
public
/
components
/
misc
/
feedback-pod.jsx
10 lines
(8 loc)
•
267 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
export
default
class
ConnectionPod
extends
React.Component
{
render
() {
return
(
<
a
href
=
'https://github.com/netbeast/dashboard/issues'
target
=
'_blank'
className
=
'feedback-pod'
title
=
'Give us feedback'
>
Feedback
</
a
>
) } }