Skip to content

Commit

Permalink
Update footer links to point to sponsors page and add API documentati…
Browse files Browse the repository at this point in the history
…on link
  • Loading branch information
andrew committed Nov 28, 2024
1 parent e9ac9b8 commit d0f8223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Data: <%= link_to 'CC BY-SA 4.0', 'https://creativecommons.org/licenses/by-sa/4.0/', target: :_blank %>
</p>
<p class='footer-icons'>
<%= link_to "https://github.com/ecosyste-ms", target: :_blank do %>
<%= link_to "https://github.com/ecosyste-ms/sponsors", target: :_blank do %>
<%= bootstrap_icon 'github', width: 20, height: 20 %>
<% end %>
<%= link_to "https://twitter.com/ecosyste_ms", target: :_blank do %>
Expand All @@ -69,6 +69,7 @@
<div class="col-md-4">
<ul class="list-unstyled footer-links mt-3 small">
<li><strong><%= link_to 'About', 'https://ecosyste.ms' %></strong></li>
<li><strong><%= link_to 'API', '/docs' %></strong></li>
<li><strong><%= link_to 'Blog', 'https://blog.ecosyste.ms' %></strong></li>
<li><strong><%= link_to 'Contact', 'https://twitter.com/ecosyste_ms' %></strong></li>
<li><strong><%= link_to 'Privacy', 'https://ecosyste.ms' %></strong></li>
Expand Down

0 comments on commit d0f8223

Please sign in to comment.