Skip to content

Commit

Permalink
add tooltip title to component library
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertlaposa committed Jul 12, 2023
1 parent 4bda24e commit 5f1449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/component/library.html
Expand Up @@ -12,7 +12,7 @@ <h1 class="onyx-component-library-title">Component library</h1>
<!-- BEGIN: cancel --><a class="button" href="/page/{GET.add_to_node_id|htmlspecialchars}?fe_edit_mode=edit"><span>Cancel</span></a><!-- END: cancel -->
<ul>
<!-- BEGIN: breakdown_item -->
<li><a href="#node-controller-{ITEM.node_controller}">{ITEM.info.title|htmlspecialchars}</a></li>
<li><a href="#node-controller-{ITEM.node_controller}" title="{ITEM.node_controller}">{ITEM.info.title|htmlspecialchars}</a></li>
<!-- END: breakdown_item -->
</ul>
<!-- BEGIN: item -->
Expand Down

0 comments on commit 5f1449c

Please sign in to comment.