Skip to content

Commit d1f4cb6

Browse files
committed
feat: Use   instead of space
1 parent 1694ef5 commit d1f4cb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/js/src/settings/link-listens/LinkListens.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,16 @@ export default function LinkListensPage() {
249249
first.
250250
</ReactTooltip>
251251
<p>
252-
You will find below your top 1000 listens (grouped by album) that have{" "}
252+
You will find below your top 1000 listens (grouped by album) that
253+
have&nbsp;
253254
<u
254255
className="link-listens-tooltip"
255256
data-tip
256257
data-for="matching-tooltip"
257258
>
258259
not been automatically linked
259-
</u>{" "}
260-
to a MusicBrainz recording. Link them below or&nbsp;
260+
</u>
261+
&nbsp; to a MusicBrainz recording. Link them below or&nbsp;
261262
<a href="https://wiki.musicbrainz.org/How_to_Contribute">
262263
submit new data to MusicBrainz
263264
</a>

0 commit comments

Comments
 (0)