Skip to content

Commit

Permalink
update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Jan 30, 2025
1 parent 4ad7815 commit 9581fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<MenuItem @click="handleClose" link="/chat" icon="man" title="menu.chat" />
<MenuItem @click="handleClose" link="/reception" icon="man" title="menu.reception" />
<MenuItem @click="handleClose" link="/sakana" icon="set_meal" title="menu.sakana" />
<MenuItem @click="handleClose" link="/tinyswallow" icon="set_meal" title="menu.tinyswallow" />
<MenuItem @click="handleClose" link="/step" icon="man" title="menu.test" />
<MenuItem @click="handleClose" link="/random" icon="man" title="menu.random" />
<MenuItem @click="handleClose" link="/markdown" icon="man" title="menu.markdown" />
Expand Down
1 change: 1 addition & 0 deletions src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const lang = {
random: "BigNode",
reception: "Reception",
sakana: "Sakana",
tinyswallow: "tinyswallow",
map: "GoogleMap",
video: "Video",
markdown: "Markdown",
Expand Down

0 comments on commit 9581fd2

Please sign in to comment.