Skip to content

Commit

Permalink
Remove chevron from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Mar 1, 2024
1 parent 7d251b2 commit e34ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/resource/resource.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(click)="showDetails = !showDetails"
>
<span class="h4 mb-0">
{{ resource.name }}<i class="fa fa-chevron-down"></i>
{{ resource.name }}
</span>
<div
class="btn-group btn-group-sm justify-content-end flex-wrap"
Expand Down

0 comments on commit e34ec7d

Please sign in to comment.