Skip to content

Commit

Permalink
πŸžπŸ”¨ Contributors: Fix link to Github (#1893)
Browse files Browse the repository at this point in the history
- #1520

Well, that's embaressing.
  • Loading branch information
zspencer authored Oct 14, 2023
2 parents af354e9 + 591199d commit a8051ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</nav>

<div class="text-xs w-full flex flex-wrap justify-center mt-1">
<%= link_to "πŸ’Ύ Contribute", "https://github.com/zinccollective/convene", class: "px-2 py-1" %>
<%= link_to "πŸ’Ύ Contribute", "https://github.com/zinc-collective/convene", class: "px-2 py-1" %>
<%= link_to "πŸ’š Sponsor", "https://opencollective.com/zinccommunity", class: "px-2 py-1" %>

<%- current_space&.agreements&.each do |agreement| %>
Expand Down

0 comments on commit a8051ed

Please sign in to comment.