Skip to content

Commit

Permalink
remove bnt css
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklausBrain committed Dec 9, 2024
1 parent 332d04d commit f2a47bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion My1kWordsEe/Components/Pages/FavoritesPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<CardBody>
<CardTitle Class="row">
<div class="col-1">
<i role="button" @onclick="@(()=> RemoveFromFavorites(word))" class="bi bi-x-lg float-start"></i>
<i role="button" @onclick="@(()=> RemoveFromFavorites(word))" class="bi bi-x-lg float-start favorite-active"></i>
</div>
<div class="col-10">@word.EeWord</div>
<div class="col-1">
Expand Down

0 comments on commit f2a47bc

Please sign in to comment.