Skip to content

Commit

Permalink
新メンターの採択が「今年度から」とは限らないためそのケースも考慮したテキストに改善
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 14, 2025
1 parent 4537a3d commit 03155c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mentors/alumni.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description: 本ページでは、未踏ジュニアに応募するクリエー
{% for pj in projects %}
<li><a href="/projects/{{ pj.year }}#{{ pj.id }}">{{ pj.title }}</a></li>
{% else %}
<li>🆕 今年度より採択開始!</li>
<li><a href='/guideline'>次回募集</a>から採択開始!</li>
{% endfor %}
</ul>

Expand Down
2 changes: 1 addition & 1 deletion mentors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description: クリエータを支援する人達(メンター)の紹介ペ
{% for pj in projects %}
<li><a href="/projects/{{ pj.year }}/{{ pj.id }}">{{ pj.title }}</a></li>
{% else %}
<li>🆕 今年度より採択開始!</li>
<li><a href='/guideline'>次回募集</a>から採択開始!</li>
{% endfor %}
</ul>

Expand Down

0 comments on commit 03155c0

Please sign in to comment.