Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change twitter account from OCamlLang to ocaml_org #2111

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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