Skip to content

Commit 05aa2fe

Browse files
author
Yuma Soga
committed
TopページのNEWSセクションの "News一覧へ" ボタンの表記を修正
1 parent 85cdd6b commit 05aa2fe

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)