File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ export default Layout
15
15
16
16
Discordを利用したことはありますか?話したり、チャットしたり、集まったりすることに特化した掲示板のようなものです。
17
17
18
- 弱いzineはDiscordサーバーをオープンしました。こちらからどなたでも気軽に参加してください。[ https://discord.gg/ufbx6jsGNc ] ( https://discord.gg/ufbx6jsGNc )
18
+ 弱いzineはDiscordサーバーをオープンしました。こちらからどなたでも気軽に参加してください。
19
+
20
+ [ 弱いzineのDiscordサーバーに参加する] ( https://discord.gg/ufbx6jsGNc )
19
21
20
22
## あそびかた
21
23
Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ const IndexPage: React.FC<PageProps<GatsbyTypes.IndexPageQuery>> = ({
129
129
index = { - 1 }
130
130
to = { `/about/` }
131
131
text = "About"
132
- linkText = "弱いzineについて "
132
+ linkText = "弱いzineって? "
133
133
useCursor = { false }
134
134
isNew = { false }
135
135
/>
136
136
< ArticleList
137
137
index = { - 1 }
138
138
to = { `/discord/` }
139
139
text = "Discord"
140
- linkText = "ディスコード "
140
+ linkText = "ディスコードについて "
141
141
useCursor = { false }
142
142
isNew = { false }
143
143
/>
You can’t perform that action at this time.
0 commit comments