Skip to content

Commit 6158806

Browse files
committed
Fix icon for Rocq-community.
1 parent 49bebfc commit 6158806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rocqproverorg_frontend/pages/community.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Community_layout.single_column_layout
3333
<%s! Hero_section.hero_button ~left_icon:(Icons.discourse "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Share announcements</strong> on") ~text:("Discourse") ~href:("https://coq.zulipchat.com/") "" %>
3434
</div>
3535
<div class="flex lg:flex-row mt-8 mr-4">
36-
<%s! Hero_section.hero_button ~left_icon:(Icons.discourse "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Collaborate</strong> in") ~text:("Rocq-community") ~href:("https://github.com/coq-community/manifesto") "" %>
36+
<%s! Hero_section.hero_button ~left_icon:(Icons.github "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Collaborate</strong> in") ~text:("Rocq-community") ~href:("https://github.com/coq-community/manifesto") "" %>
3737
</div>
3838
<!-- <div class="flex lg:flex-row mt-8 mr-4">
3939
<%s! Hero_section.hero_button ~left_icon:(Icons.peertube "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<b>Watch</b>") ~text:("Rocq Videos") ~href:("https://watch.ocaml.org/") "" %>

0 commit comments

Comments
 (0)