Skip to content

Commit

Permalink
Fix icon references in MVEA index actions (no-jira) (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored May 6, 2025
1 parent fc7f78d commit 969d231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/webroot/js/comanage/components/common/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ export default {
aria-haspopup="true"
aria-expanded="false"
title="Actions">
<span class="material-icons" aria-hidden="true">settings</span>
<span class="material-symbols" aria-hidden="true">settings</span>
</a>
<ul class="dropdown-menu nospin">
<li class="action-list-item" v-for='action in this.actions'>
<a
class="dropdown-item"
:href="action.url"
@click.stop>
<em class="material-icons" aria-hidden="true">{{ action.icon }}</em>
<em class="material-symbols" aria-hidden="true">{{ action.icon }}</em>
<span class="action-link-text">{{ action.label }}</span>
</a>
</li>
Expand Down

0 comments on commit 969d231

Please sign in to comment.