Skip to content

Commit

Permalink
Unbold alliacne text
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Aug 1, 2023
1 parent ca5aa6c commit 1968c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/components/alliance_breakdown_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="flex flex-col w-1/3 justify-items items-center">
<div class="flex flex-row gap-2 px-4 pt-4 pb-2 h-1/5">
{team_1_svg}
<h2 class="text-xl text-white font-semibold">
<h2 class="text-xl text-white">
{team_1}
</h2>
</div>
Expand All @@ -24,7 +24,7 @@ <h2 class="text-2xl text-white">
<div class="flex flex-col w-1/3 justify-items items-center">
<div class="flex flex-row gap-2 px-4 pt-4 pb-2 h-1/5 justify-baseline">
{team_2_svg}
<h2 class="text-xl text-white font-semibold">
<h2 class="text-xl text-white">
{team_2}
</h2>
</div>
Expand All @@ -42,7 +42,7 @@ <h2 class="text-2xl text-white">
<div class="flex flex-col w-1/3 justify-items items-center">
<div class="flex flex-row gap-2 px-4 pt-4 pb-2 h-1/5">
{team_3_svg}
<h2 class="text-xl text-white font-semibold">
<h2 class="text-xl text-white">
{team_3}
</h2>
</div>
Expand Down

0 comments on commit 1968c81

Please sign in to comment.