Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Regen ClayList snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lancha authored and matuzalemsteles committed Dec 22, 2017
1 parent 98cba92 commit ed6fa7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@ exports[`ClayListItem should render a ClayListItem with quick action menu 1`] =
</div>
<div class="flex-col">
<div class="quick-action-menu">
<a class=" quick-action-item">
<a class=" quick-action-item" href="#1">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-trash">
<title>trash</title>
<use xlink:href="../node_modules/lexicon-ux/build/images/icons/icons.svg#trash"></use>
</svg>
</a>
<a class=" quick-action-item">
<a class=" quick-action-item" href="#2">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-download">
<title>download</title>
<use xlink:href="../node_modules/lexicon-ux/build/images/icons/icons.svg#download"></use>
</svg>
</a>
<a class=" quick-action-item">
<a class=" quick-action-item" href="#3">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-info-circle-open">
<title>info-circle-open</title>
<use xlink:href="../node_modules/lexicon-ux/build/images/icons/icons.svg#info-circle-open"></use>
Expand Down

0 comments on commit ed6fa7f

Please sign in to comment.