Skip to content

Commit

Permalink
Merge pull request #173 from hibiya-itchief/アンケートの設置
Browse files Browse the repository at this point in the history
フィードバック・お問い合わせの設置
  • Loading branch information
aozoraUS authored Sep 8, 2024
2 parents b758f0c + 3d918f1 commit 9116d72
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,23 @@
<v-list-item-title
><a
style="text-decoration: none; color: inherit"
href="https://forms.gle/aRv81UtSCSgS2gHq8"
href="https://forms.gle/QuoXv1eyiPiuHMnm9"
>フィードバック</a
></v-list-item-title
>
</v-list-item>
<v-list-item>
<v-list-item-icon>
<v-icon>mdi-chat-question-outline</v-icon>
</v-list-item-icon>
<v-list-item-title
><a
style="text-decoration: none; color: inherit"
href="https://forms.gle/2Hhbt91csiwk5Rdi9"
>お問い合わせ</a
></v-list-item-title
>
</v-list-item>
<v-list-item>
<v-list-item-icon>
<v-icon>mdi-github</v-icon>
Expand Down

0 comments on commit 9116d72

Please sign in to comment.