Skip to content

Commit

Permalink
Update _footer.html.eex
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmlogy authored Nov 6, 2024
1 parent 53ba1eb commit a8ba12b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div class="row">
<div class="col-xs-12 col-lg-3">
<p class="footer-info-text"><%= gettext("TRTChain Network is a tool for inspecting and analyzing TRT blockchains. Blockchain explorer for TRT Coin.") %></p>
<p class="footer-info-text"><%= gettext("ARTboard Network is a tool for inspecting and analyzing ART blockchains. Blockchain explorer for TRT Coin.") %></p>
<div class="footer-social-icons">
<a href="<%= Application.get_env(:block_scout_web, :footer)[:github_link] %>" rel="noreferrer" target="_blank" class="footer-social-icon" title='<%= gettext("Github") %>'>
<div class="footer-social-icon-container fontawesome-icon github"></div>
Expand All @@ -36,7 +36,7 @@
</div>

<div class="col-xs-12 col-md-4 col-lg-<%= col_size %> footer-list">
<h3>TRTChain</h3>
<h3>ARTboard</h3>
<ul>
<li><a href="<%= issue_link() %>" rel="noreferrer" class="footer-link" target="_blank"><%= gettext("Submit an Issue") %></a></li>
<li><a href="<%= Application.get_env(:block_scout_web, :footer)[:github_link] %>" rel="noreferrer" class="footer-link"><%= gettext("Contribute") %></a></li>
Expand Down

0 comments on commit a8ba12b

Please sign in to comment.