Skip to content

Commit

Permalink
User: remove platform link from UserDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizsevinc committed Aug 1, 2024
1 parent 5eeeb54 commit f37071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CineStream/Components/Pages/User/UserDetails.razor
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div class="clr-col-lg-6 clr-col-12">
<Card>
<CardHeader>
<NavLink href=@($"platforms")><i class="bi bi-tv-fill" aria-hidden="true"></i> Platforms</NavLink>
<i class="bi bi-tv-fill" aria-hidden="true"></i> Platforms
</CardHeader>
<CardBody>
<CardBlock>
Expand Down

0 comments on commit f37071e

Please sign in to comment.