Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 @@ -34,7 +34,7 @@ let policies = [
]

let socials = [
("https://github.com/ocaml/ocaml", "GitHub", Icons.github);
("https://github.com/ocaml", "GitHub", Icons.github);
("https://discord.gg/cCYQbqN", "Discord", Icons.discord);
("https://twitter.com/ocamllang", "Twitter", Icons.twitter);
("https://watch.ocaml.org/", "Peertube", Icons.peertube);
Expand Down
4 changes: 2 additions & 2 deletions src/ocamlorg_frontend/pages/community.eml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Community_layout.single_column_layout
<p class="text-title dark:text-dark-title font-bold text-lg mb-1">Watch</p>
<p class="font-normal text-content dark:text-dark-content">Watch community videos like past OCaml Workshop events.</p>
</a>
<a href="https://github.com/ocaml/ocaml" class="card dark:dark-card p-5 rounded-xl">
<a href="https://github.com/ocaml" class="card dark:dark-card p-5 rounded-xl">
<%s! Icons.github "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">GitHub</p>
<p class="font-normal text-content dark:text-dark-content">Open bug reports and feature requests on the OCaml compiler.</p>
<p class="font-normal text-content dark:text-dark-content">Open bug reports and feature requests on the OCaml compiler, this website and others.</p>
</a>
<a href="https://discord.gg/cCYQbqN" class="card dark:dark-card p-5 rounded-xl">
<%s! Icons.discord "h-8 w-8 mb-1 text-primary dark:text-dark-primary" %>
Expand Down