Skip to content

Commit

Permalink
Add Bluesky account to emails (#8315)
Browse files Browse the repository at this point in the history
* add links to bluesky account

* formatting
  • Loading branch information
hotzenklotz authored Jan 9, 2025
1 parent abce5a5 commit e007e41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/mail/emailBaseTemplate.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
 
<a href="https://twitter.com/webknossos"><img src="https://static.webknossos.org/mails/icon-twitter.png"
alt="Twitter Channel" style="width: 50px; height: 50px;" /></a>
&nbsp;
<a href="https://bsky.app/profile/webknossos.org"><img src="https://static.webknossos.org/mails/icon-bluesky.png"
alt="Bluesky Channel" style="width: 50px; height: 50px;" /></a>
</p>

<div style="height: 60px;">&nbsp;</div>
Expand Down
8 changes: 8 additions & 0 deletions frontend/javascripts/components/credits_footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ const creditsFooter = () => (
<Link to="/imprint">Imprint</Link> &bull; <Link to="/privacy">Privacy</Link> &bull;{" "}
<a href="https://twitter.com/webknossos" target="_blank" rel="noopener noreferrer">
Twitter
</a>{" "}
&bull;{" "}
<a
href="https://bsky.app/profile/webknossos.org"
target="_blank"
rel="noopener noreferrer"
>
Bluesky
</a>
</p>
</div>
Expand Down

0 comments on commit e007e41

Please sign in to comment.