Skip to content

Commit

Permalink
Add link to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-phi committed Dec 11, 2023
1 parent e77092d commit ba718ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/cards/Tutorial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default defineComponent({
openLicense() {
window.open("https://github.com/zk-phi/MEGAMOJI/blob/master/LICENSE.markdown");
},
openArticle() {
window.open("https://note.com/zk_phi/n/n5aaff539db5a");
openFAQ() {
window.open("https://scrapbox.io/MEGAMOJI/%F0%9F%93%8C_%E3%82%88%E3%81%8F%E3%81%82%E3%82%8B%E8%B3%AA%E5%95%8F%F0%9F%99%8B");
},
},
});
Expand All @@ -54,8 +54,8 @@ export default defineComponent({
</template>
既存の絵文字を合成してスタンプを作ります。
</Media>
<Button type="text" @click="openArticle">
5周年振り返り記事を書きました 🎉
<Button type="text" @click="openFAQ">
よくある質問
</Button>
<Button type="text" @click="openLicense">
<template #icon>
Expand Down

0 comments on commit ba718ee

Please sign in to comment.