Skip to content

Commit

Permalink
Break social media links into lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Dec 20, 2024
1 parent 284ce8e commit 0fc7183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<p><%= link_to "Terms of use", terms_url, class: "underline" %></p>
</div>
<div>
<a href="https://www.instagram.com/jamdotcoop/" class="underline">Instagram</a>
<a rel="me" href="https://mastodon.social/@jamcoop" class="underline">Mastodon</a>
<a href="https://bsky.app/profile/jamcoop.bsky.social" class="underline">Bluesky</a>
<p><a href="https://www.instagram.com/jamdotcoop/" class="underline">Instagram</a></p>
<p><a rel="me" href="https://mastodon.social/@jamcoop" class="underline">Mastodon</a></p>
<p><a href="https://bsky.app/profile/jamcoop.bsky.social" class="underline">Bluesky</a></p>
</div>
</div>
<div>
Expand Down

0 comments on commit 0fc7183

Please sign in to comment.