Skip to content

Commit 788dcb5

Browse files
committed
DojoMapスナップショット画像の表示を改善
- dojomap_rect.webp から dojomap_ss.webp に変更 - 不要なCSSスタイル(border-radius、box-shadow)を削除 - 画像本来の見た目で表示するようにシンプル化 - 関連リンクのテキストも "See CoderDojo Japan Association history" に変更
1 parent ba92821 commit 788dcb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/stats/show.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@
328328

329329
<div style="margin: 20px auto; text-align: center;">
330330
<a href="<%= dojomap_url %>" style="display: inline-block;">
331-
<img src="/img/dojomap_rect.webp"
331+
<img src="/img/dojomap_ss.webp"
332332
alt="<%= @lang == 'en' ? 'DojoMap - Map of CoderDojo in Japan' : 'DojoMap - CoderDojo を地図から探す' %>"
333-
style="max-width: 600px; width: 100%; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);"
333+
style="max-width: 600px; width: 100%;"
334334
loading="lazy">
335335
</a>
336336
<p style="margin-top: 10px;">
@@ -399,7 +399,7 @@
399399
<ul>
400400
<li>
401401
<a href="/english">
402-
&raquo; See CoderDojo Japan Association
402+
&raquo; See CoderDojo Japan Association history
403403
</a>
404404
</li>
405405
<li>

0 commit comments

Comments
 (0)