Skip to content

Commit

Permalink
[#330] Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cole committed Jul 25, 2024
1 parent 6307e16 commit a77a4fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,10 @@ exports[`Event Card Component renders with optional attributes 1`] = `
<a
aria-hidden="true"
class="ct-link ct-theme-dark ct-link--only-icon ct-event-card__tags__link"
href="https://example.com"
tabindex="-1"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ exports[`Promo Card Component renders with link when provided 1`] = `
<a
aria-hidden="true"
class="ct-link ct-theme-light ct-link--only-icon ct-promo-card__tags__link"
href="https://example.com"
tabindex="-1"
>
Expand Down Expand Up @@ -359,9 +361,11 @@ exports[`Promo Card Component renders with optional attributes 1`] = `
<a
aria-hidden="true"
aria-label="Opens in a new tab"
class="ct-link ct-theme-dark ct-link--only-icon ct-promo-card__tags__link"
href="https://example.com"
tabindex="-1"
target="_blank"
>
Expand Down

0 comments on commit a77a4fa

Please sign in to comment.