Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGELA RICCI committed Jan 26, 2025
2 parents 89f4dd6 + c9c0dec commit df3ce3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sponsor-page.11ty.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const displaySocialMedias = (partner) => {
${
partner.twitterAccount
? `<li>
<strong class="stressed">Sur Twitter: </strong>
<strong class="stressed">Sur X: </strong>
<a target="_blank" href="${
partner.twitterAccount
}">${partner.twitterAccount?.replace(
Expand Down
1 change: 0 additions & 1 deletion start.bat

This file was deleted.

2 changes: 1 addition & 1 deletion utils/speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const displaySpeakerSocialBlock = (speaker) => {
${
speaker.twitter
? `<li>
<strong class="stressed">Sur Twitter</strong>
<strong class="stressed">Sur X</strong>
<a target="_blank" href="${
speaker.twitter
}">${speaker.twitter?.replace("https://twitter.com/", "")}</a>
Expand Down

0 comments on commit df3ce3a

Please sign in to comment.