Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyDo committed Nov 28, 2024
1 parent 9d56ae0 commit e92ec8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions frontend/js/src/listens-offline/ListensOffline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ export default function ListensOffline() {

<p>
You may find out more about the current status of our services by
checking our <a href="https://mastodon.social/@ListenBrainz">Mastodon</a>
or <a href="https://bsky.app/profile/listenbrainz.org">Bluesky</a> feeds.
checking our{" "}
<a href="https://mastodon.social/@ListenBrainz">Mastodon</a>
or <a href="https://bsky.app/profile/listenbrainz.org">Bluesky</a>{" "}
feeds.
</p>
</>
);
Expand Down
6 changes: 4 additions & 2 deletions frontend/js/src/musicbrainz-offline/MusicBrainzOffline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ export default function MusicBrainzOffline() {

<p>
You may find out more about the current status of our services by
checking our <a href="https://mastodon.social/@ListenBrainz">Mastodon</a>
or <a href="https://bsky.app/profile/listenbrainz.org">Bluesky</a> feeds.
checking our{" "}
<a href="https://mastodon.social/@ListenBrainz">Mastodon</a>
or <a href="https://bsky.app/profile/listenbrainz.org">Bluesky</a>{" "}
feeds.
</p>
</>
);
Expand Down

0 comments on commit e92ec8d

Please sign in to comment.