[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #461 from dpc-sdp/feature/R20-587

fix(@dpc-sdp/ripple-ui-core): :bug: fixed typo in media embed

+1 -1
+1 -1
packages/ripple-ui-core/src/components/media-embed/RplMediaEmbed.vue
··· 180 180 <RplIcon name="icon-cancel" />Close '{{ title }}' data 181 181 </span> 182 182 <span v-else> 183 - <RplIcon name="icon-table-lined" />View '{{ title }}'' data 183 + <RplIcon name="icon-table-lined" />View '{{ title }}' data 184 184 </span> 185 185 </button> 186 186