Skip to content

Commit

Permalink
Change twitter account from OCamlLang to ocaml_org (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabine committed Mar 4, 2024
1 parent fd5455c commit 075252e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/components/footer.eml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let policies = [
let socials = [
("https://github.com/ocaml", "GitHub", Icons.github);
("https://discord.gg/cCYQbqN", "Discord", Icons.discord);
("https://twitter.com/ocamllang", "Twitter", Icons.twitter);
("https://twitter.com/ocaml_org", "Twitter", Icons.twitter);
("https://watch.ocaml.org/", "Peertube", Icons.peertube);
("/feed.xml", "RSS", Icons.rss);
]
Expand Down
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/components/header.eml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ in
<a aria-label="The OCaml Compiler on GitHub" href="https://github.com/ocaml/ocaml" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">
<%s! Icons.github "w-6 h-6" %>
</a>
<a aria-label="The OCaml Language Twitter Account" href="https://twitter.com/ocamllang" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">
<a aria-label="The OCaml Language Twitter Account" href="https://twitter.com/ocaml_org" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">
<%s! Icons.twitter "w-6 h-6" %>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/community.eml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Community_layout.single_column_layout
<p class="text-title dark:text-dark-title font-bold text-lg mb-1">Discord</p>
<p class="font-normal text-content dark:text-dark-content">Chat with other members of the community on Discord.</p>
</a>
<a href="https://twitter.com/ocamllang" class="card dark:dark-card p-5 rounded-xl">
<a href="https://twitter.com/ocaml_org" class="card dark:dark-card p-5 rounded-xl">
<%s! Icons.twitter "h-8 w-8 mb-1 text-primary dark:text-dark-primary" %>
<p class="text-title dark:text-dark-title font-bold text-lg mb-1">Twitter</p>
<p class="font-normal text-content dark:text-dark-content">Catch up with some of the latest announcements and events from the community.</p>
Expand Down

0 comments on commit 075252e

Please sign in to comment.