Skip to content

Commit 7c8ce1c

Browse files
committed
📝 docs-pg
1 parent 4a6e558 commit 7c8ce1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/core/service/GlobalMenu.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import {
3333
AppWindow,
3434
Axe,
3535
Bot,
36-
Bug,
3736
CircleAlert,
3837
ExternalLink,
3938
File,
@@ -513,11 +512,11 @@ export function GlobalMenu() {
513512
<Item variant="destructive">v{version}</Item>
514513
<Item variant="destructive">{t("unstable.notRelease")}</Item>
515514
<Item variant="destructive">{t("unstable.mayHaveBugs")}</Item>
516-
<Separator />
515+
{/*<Separator />
517516
<Item onClick={() => shellOpen("https://github.com/graphif/project-graph/issues/487")}>
518517
<Bug />
519518
{t("unstable.reportBug")}
520-
</Item>
519+
</Item>*/}
521520
<Separator />
522521
<Sub>
523522
<SubTrigger disabled={!activeProject}>
4.91 KB
Binary file not shown.

0 commit comments

Comments
 (0)