Skip to content

Commit

Permalink
Merge branch 'master' into x-audio
Browse files Browse the repository at this point in the history
  • Loading branch information
robsquires committed May 21, 2019
2 parents 957fbbd + c32154f commit cf93f0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## v1

### v1.0.0-beta.12

- bring changlog upto date (#306)
- reinstate space just for premium label (#304)

### v1.0.0-beta.11

- x-gift article (#78)

### v1.0.0-beta.10

- Remove extra space after title text(#282)

### v1.0.0-beta.9

- Refactors x-teaser to make the teaser standfirst a link (#268)
Expand Down
7 changes: 5 additions & 2 deletions components/x-teaser/src/Title.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ export default ({ title, altTitle, headlineTesting, relativeUrl, url, indicators
{displayTitle}
</Link>
{indicators && indicators.accessLevel === 'premium' ? (
<span className={premiumClass} aria-label="Premium content">
Premium
<span>
{' '}
<span className={premiumClass} aria-label="Premium content">
Premium
</span>
</span>
) : null}
</div>
Expand Down

0 comments on commit cf93f0e

Please sign in to comment.