Skip to content

Commit

Permalink
+ Favorite word remove button (#136)
Browse files Browse the repository at this point in the history
* + remove fav button
  • Loading branch information
NicklausBrain authored Dec 9, 2024
1 parent c67ab34 commit a053e8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion My1kWordsEe/Components/Pages/FavoritesPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
<Card>
<CardBody>
<CardTitle Class="row">
<div class="col-1"></div>
<div class="col-1">
<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">
<a href="@($"/word/{word.EeWord}")" target="_blank">
Expand Down

0 comments on commit a053e8a

Please sign in to comment.