Skip to content

Commit 3fc1019

Browse files
authored
Merge pull request #40 from yu-san-19/fix/incorrect-text-of-the-news_lists_button
Topページ の NEWSセクションの "News一覧へ" ボタンの表記を修正
2 parents 85cdd6b + 05aa2fe commit 3fc1019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3 class="post-list__title">{{ news.j-title }}</h3>
7373
{% endfor %}
7474
</div>
7575
<div class="text-center">
76-
<a class="btn btn__white btn__xxl" href="/news/" role="button">New一覧へ</a>
76+
<a class="btn btn__white btn__xxl" href="/news/" role="button">News一覧へ</a>
7777
</div>
7878
</div>
7979
</section>

0 commit comments

Comments
 (0)