Skip to content

Commit e007e41

Browse files
authored
Add Bluesky account to emails (#8315)
* add links to bluesky account * formatting
1 parent abce5a5 commit e007e41

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

app/views/mail/emailBaseTemplate.scala.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
 
3636
<a href="https://twitter.com/webknossos"><img src="https://static.webknossos.org/mails/icon-twitter.png"
3737
alt="Twitter Channel" style="width: 50px; height: 50px;" /></a>
38+
&nbsp;
39+
<a href="https://bsky.app/profile/webknossos.org"><img src="https://static.webknossos.org/mails/icon-bluesky.png"
40+
alt="Bluesky Channel" style="width: 50px; height: 50px;" /></a>
3841
</p>
3942

4043
<div style="height: 60px;">&nbsp;</div>

frontend/javascripts/components/credits_footer.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ const creditsFooter = () => (
5353
<Link to="/imprint">Imprint</Link> &bull; <Link to="/privacy">Privacy</Link> &bull;{" "}
5454
<a href="https://twitter.com/webknossos" target="_blank" rel="noopener noreferrer">
5555
Twitter
56+
</a>{" "}
57+
&bull;{" "}
58+
<a
59+
href="https://bsky.app/profile/webknossos.org"
60+
target="_blank"
61+
rel="noopener noreferrer"
62+
>
63+
Bluesky
5664
</a>
5765
</p>
5866
</div>

0 commit comments

Comments
 (0)