Skip to content

Commit 6e8b36f

Browse files
committed
トップページのボタン配置を変更
「地図情報から探す」ボタンを「近日開催から探す」ボタンよりも上に配置。
1 parent 86c8a21 commit 6e8b36f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/home/show.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@
164164
参加方法は各道場のWebサイトに記載されています
165165
</p>
166166
<div class="btn-cover" style="margin-bottom: 40px;">
167-
<a class="btn-blue" href="<%= events_path %>">
168-
<i class="far fa-calendar-alt"></i>
169-
近日開催から探す
170-
</a>
171167
<a class="btn-blue" href="<%= dojomap_url %>">
172168
<i class="far fa-map-marked"></i>
173169
地図情報から探す
174170
</a>
171+
<a class="btn-blue" href="<%= events_path %>">
172+
<i class="far fa-calendar-alt"></i>
173+
近日開催から探す
174+
</a>
175175
</div>
176176
<%= render partial: 'shared/dojos', locals: { regions_and_dojos: @regions_and_dojos } %>
177177
</section>

0 commit comments

Comments
 (0)