Skip to content

Commit

Permalink
Merge pull request #998 from carloslancha/issue-997-info-key
Browse files Browse the repository at this point in the history
Fix info key | Fixes #997
  • Loading branch information
jbalsas authored Jun 12, 2018
2 parents 84b1c00 + 66ad8ff commit 0606aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
{param style: 'unstyled' /}
{param title kind="text"}
{msg desc=""}
info-panel
info
{/msg}
{/param}
{/call}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ exports[`ClayManagementToolbar should render a management toolbar with info butt
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<button class="btn nav-link nav-link-monospaced btn-unstyled" aria-label="info-circle-open" title="info-panel" type="button">
<button class="btn nav-link nav-link-monospaced btn-unstyled" aria-label="info-circle-open" title="info" type="button">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-info-circle-open" focusable="false">
<title>info-circle-open</title>
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle-open"></use>
Expand Down

0 comments on commit 0606aab

Please sign in to comment.