Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-panhaleux committed Jan 14, 2025
1 parent 41745f5 commit 4362d5e
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,13 @@ <h3>{{ _('Rush or Block') }}</h3>
</p>
<p>
{% trans trimmed %}
Of course, it is also spectrum: some rush decks have light block capabilities, and some block decks have a few
rushes just in case. And anything in between.
Modules will be tagged with the following badges:
Of course, it is also a spectrum: some rush decks have light block capabilities, and some block decks have a few
rushes just in case. And anything in between. Modules will be tagged with the following badges:
{% endtrans %}
</p>
<ul>
<li><span class="badge-red">RUSH</span> {{ _("Usually a heavy rush module") }}</li>
<li><span class="badge-yellow">BLOCK</span> {{ _("Usually a lightweight block module") }}</li>
<li><span class="badge-yellow">BLOCK</span> {{ _("Usually a medium-sized block module") }}</li>
<li><span class="badge-orange">ANY</span> {{ _("Can fit anywhere on the curve") }}</li>
<li><span class="badge-blue">DEFENSIVE</span> {{ _("A light module for defense only") }}</li>
</ul>
Expand Down

0 comments on commit 4362d5e

Please sign in to comment.