1
Fork 0

Add an icon to the MusicBrainz link.

This commit is contained in:
Bauke 2022-01-10 12:30:47 +01:00
parent 70746f4079
commit d4d9a8b0f0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -104,7 +104,9 @@ export default class ReleasePage extends Component<Props, State> {
html`<li class="divider"></li>`,
html`
<li class="release-link">
<${ExternalAnchor} url="${releaseUrl}" text="MusicBrainz" />
<a href="${releaseUrl}" rel="noopener noreferrer">
<img src="/icons/musicbrainz.png" /> MusicBrainz
</a>
</li>
`,
);