Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-ui-core): move default alt above image attrs so …
Browse files Browse the repository at this point in the history
…it can be overridden
  • Loading branch information
David Featherston committed Aug 8, 2023
1 parent 9f9b2ff commit f572cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ const handleClick = () => {
<template #upper>
<RplImage
v-if="image"
alt=""
class="rpl-card__media rpl-card__media--category-grid"
v-bind="image"
:aspect="{ xs: 'square' }"
sizes="xs:52px"
alt=""
data-cy="image"
/>
</template>
Expand Down

0 comments on commit f572cdf

Please sign in to comment.