UNPKG
netbeast-cli
Version:
latest (0.5.9)
1.2.7
1.2.6
1.2.5
1.2.4
0.5.9
0.5.8
0.5.7
0.5.6
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.3.4
0.3.3
0.3.2
0.3.0
0.2.87
0.2.86
0.2.85
0.2.81
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
Netbeast OS dashboard, IoT apps manager
github.com/netbeast/dashboard
netbeast/dashboard
netbeast-cli
/
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
>
) } }