Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Krueger committed Nov 21, 2023
1 parent 656fb8a commit 194c853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Portfolio/PortfolioLanguages.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<div class="mb-2 flex flex-col gap-2">
<p class="font-bold @language.Language.GetColor()">@language.Language.GetFormattedString()</p>
<div class="w-full bg-gray-200 rounded-full h-2.5">
@*text-purple-500*@
<div class="@language.Language.GetColor("bg") h-2.5 rounded-full" style="width: @language.Proficiency%"></div>
</div>
</div>
Expand Down

0 comments on commit 194c853

Please sign in to comment.