Merge pull request #6597 from helderjnpinto/fix-wrong-h1-closing-tag

Fix wrong h1 closing tag
pull/6600/head
Victor Baranov 2 years ago committed by GitHub
commit 7672237a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex

@ -1,7 +1,7 @@
<section class="container">
<div class="card">
<div class="card-body">
<h1 class="card-title margin-bottom-sm"><%= gettext("ETH RPC API Documentation") %></h2>
<h1 class="card-title margin-bottom-sm"><%= gettext("ETH RPC API Documentation") %></h1>
<p class="api-text-monospace" data-endpoint-url="<%= eth_rpc_api_url() %>">[ <%= gettext "Base URL:" %> <%= eth_rpc_api_url()%> ]</p>
<p class="card-subtitle margin-bottom-0">
<%= gettext "This API is provided to support some rpc methods in the exact format specified for ethereum nodes, which can be found " %>

Loading…
Cancel
Save