Skip to content
Snippets Groups Projects
Commit a77fe417 authored by Lauren Barker's avatar Lauren Barker Committed by Courtney Meddaugh
Browse files

Update Twitter Icon on Release Posts to X

parent 51c9f869
No related branches found
No related tags found
1 merge request!137638Update Twitter Icon on Release Posts to X
......@@ -6,12 +6,12 @@
%i.fab.fa-facebook
%span.sr-only
Share on Facebook
%a.share-btn.share-btn-twitter{ href: "http://twitter.com/share?url=#{url}&text=#{current_page.data.title}",
%a.share-btn.share-btn-twitter{ href: "http://x.com/share?url=#{url}&text=#{current_page.data.title}",
target: "_blank",
onclick: "openSocialLink(this, 500, 400); return false;" }
%i.fab.fa-twitter
%i.fab.fa-x-twitter
%span.sr-only
Share on Twitter
Share on X
%a.share-btn.share-btn-linkedin{ href: "https://www.linkedin.com/shareArticle?mini=true&url=#{url}&title=#{current_page.data.title}&summary=&source=",
target: "_blank",
onclick: "openSocialLink(this, 500, 400); return false;" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment