Skip to content

Commit

Permalink
style: update workshop 2 icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 16, 2024
1 parent 8c383da commit e019e5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
<span class="text-xs text-gray-500">{m.motivation()}</span>
<span class="badge text-sm font-bold">{safeTranslate(roto.motivation)}</span>
</p>
<span>x</span>
<i class="fa-solid fa-xmark"></i>
<p class="flex flex-col items-center">
<span class="text-xs text-gray-500">{m.resources()}</span>
<span class="badge text-sm font-bold">{safeTranslate(roto.resources)}</span>
</p>
<span>=</span>
<i class="fa-solid fa-equals"></i>
<p class="flex flex-col items-center">
<span class="text-xs text-gray-500">{m.pertinence()}</span>
<span class="badge text-sm font-bold {pertinenceColor[roto.pertinence]}"
Expand Down

0 comments on commit e019e5d

Please sign in to comment.