Skip to content

Commit

Permalink
MID-8531 fix for hardcoded icon on self dashboard link widget, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 1, 2023
1 parent f996498 commit 3e937bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<wicket:panel>
<a href="#" wicket:id="link" style="color: inherit;">
<div class="info-box mb-0">
<div class="info-box-icon text-white" wicket:id="imageId"/>
<div class="info-box-icon" wicket:id="imageId"/>

<div class="info-box-content justify-content-start">
<span class="info-box-number" wicket:id="labelId"/>
Expand Down

0 comments on commit 3e937bf

Please sign in to comment.