Skip to content

Commit 2161c6f

Browse files
authored
Replace Twitter/X with Bluesky in email footer
1 parent 6f66c30 commit 2161c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/stylesheets/email.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ table.social {
6464
text-align:center;
6565
}
6666
a.fb { background-color: #3B5998!important; }
67-
a.tw { background-color: #1daced!important; }
67+
a.bs { background-color: #1daced!important; }
6868
a.ms { background-color: #000!important; }
6969
a.sl { background-color: #2EB67D!important; }
7070
a.yt { background-color: #FF0000!important; }

app/views/shared_mailers/_social.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%a{ href: "https://slack.codebar.io/", class: 'soc-btn sl'} Join us on Slack
1313
%a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn li" } Follow us on LinkedIn
1414
%a{ href: "https://www.facebook.com/codebarHQ", class: 'soc-btn fb'} Follow us on Facebook
15-
%a{ href: "https://twitter.com/codebar", class: "soc-btn tw" } Follow us on Twitter
15+
%a{ href: "https://bsky.app/profile/codebar.bsky.social", class: "soc-btn bs" } Follow us on Bluesky
1616
%a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn yt" }Follow us on YouTube
1717
1818

0 commit comments

Comments
 (0)