Skip to content

Commit

Permalink
Fixes #1757 - Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Apr 5, 2019
1 parent 7d51e1d commit a8f969b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`ClayIcon renders 1`] = `
role="presentation"
>
<use
data-href="/path/to/some/resource.svg#cool-icon"
xlinkHref="/path/to/some/resource.svg#cool-icon"
/>
</svg>
`;
Expand All @@ -17,7 +17,7 @@ exports[`ClayIcon renders with context spritemap 1`] = `
role="presentation"
>
<use
data-href="foo/bar.svg#cool-icon"
xlinkHref="foo/bar.svg#cool-icon"
/>
</svg>
`;

0 comments on commit a8f969b

Please sign in to comment.