Skip to content

Commit

Permalink
Add: フィードバックを送る動線を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 25, 2024
1 parent 80162f1 commit ebd3900
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Menu/MenuBar/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,15 @@ const menudata = computed<MenuItemData[]>(() => [
disableWhenUiLocked: false,
},
{ type: "separator" },
{
type: "button",
label: "フィードバックを送る",
onClick() {
window.open('https://forms.gle/sTsZGfX7aR8ox8Rs7', '_blank');
},
disableWhenUiLocked: false,
},
{ type: "separator" },
{
type: "button",
label: "オプション",
Expand Down

0 comments on commit ebd3900

Please sign in to comment.