Skip to content

Commit

Permalink
Add link to report an issue
Browse files Browse the repository at this point in the history
Closes #85
  • Loading branch information
UncleSamSwiss committed Jan 17, 2025
1 parent f1deec2 commit 8bf56b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions express/frontend/src/Root.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Flag } from "@mui/icons-material";
import ChevronLeftIcon from "@mui/icons-material/ChevronLeft";
import MenuIcon from "@mui/icons-material/Menu";
import {
Expand Down Expand Up @@ -138,6 +139,17 @@ export function Root() {
ioBroker Developer Portal
</Link>
</Typography>
<Button
color="inherit"
variant="outlined"
size="small"
startIcon={<Flag />}
href="https://github.com/ioBroker/dev-portal/issues"
target="_blank"
style={{ opacity: 0.3 }}
>
Report Issue
</Button>
{!user && (
<Button
color="inherit"
Expand Down

0 comments on commit 8bf56b1

Please sign in to comment.