We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b161f commit 8b21922Copy full SHA for 8b21922
app/views/shared/_header.html.erb
@@ -21,10 +21,10 @@
21
<%= link_to '最近の活動', '/#news' %>
22
<span class="navbar-dd-l"></span>
23
<ul class="navbar-dd">
24
- <li><%= link_to '📰 News', news_index_path %></li>
25
- <li><%= link_to '📻 Podcast', '/podcasts' %></li>
26
- <li><%= link_to '📺 YouTube', '/youtube' %></li>
27
- <li><%= link_to '📚 その他', '/#kata' %></li>
+ <li><%= link_to '📰 ニュース', news_index_path %></li>
+ <li><%= link_to '📻 Podcast', '/podcasts' %></li>
+ <li><%= link_to '📺 YouTube', '/youtube' %></li>
+ <li><%= link_to '📚 その他', '/#kata' %></li>
28
</ul>
29
</li>
30
<li class="navbar-dd-p">
0 commit comments