Skip to content

Commit

Permalink
Merge pull request #562 from ecosyste-ms/docs-bugfix
Browse files Browse the repository at this point in the history
Docs bugfix
  • Loading branch information
andrew authored Mar 6, 2025
2 parents 7606b06 + ff8f80b commit 24123de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def meta_description
end

def app_name
"Ecosystems"
"ecosystems"
end

def app_description
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ document.addEventListener('DOMContentLoaded', () => {
<div class="row g-0">
<div class="col-md-6 col-lg-5">
<div class="card-body">
<span class="badge badge-info">New</span>
<span class="badge bg-primary">New</span>
<h3 class="card-title mt-3">Ecosyste.ms funds</h3>
<p class="card-text">Sponsor the technology you rely on, we’ll do the rest</p>
<p class="card-text"><a href="https://funds.ecosyste.ms">Find out more</a></p>
Expand Down
4 changes: 1 addition & 3 deletions app/views/shared/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
<ul class="header__global__menu__category-links">
<% services.each do |service| %>
<li>
<a href="<%= service[:url] %>" target="_blank" class="<%= 'active' if service[:url] == request.base_url %>">
<%= service[:name] %>
</a>
<a href="<%= service[:url] %>" target="_blank" class="<%= 'active' if service[:url] == request.base_url %>"><%= service[:name] %></a>
</li>
<% end %>
</ul>
Expand Down

0 comments on commit 24123de

Please sign in to comment.