Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Nov 14, 2023
1 parent d65d61c commit c2f0117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Ormpscan2</title>
<title>Darwinia Messages Explorer</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand All @@ -19,13 +19,13 @@

<div class="flex flex-col">
<header class="p-4 pt-5 ml-6 text-2xl text-left" style="font-family: system-ui">
<a href="/">Darwinia Msgport Explorer</a>
<a href="/">Darwinia Messages Explorer</a>
<%= render "messages/messages_count", messages_count: @messages_count %>
</header>
<main class="h-90 flex-1 px-4">
<%= yield %>
</main>
<footer class="p-4 ml-6 text-sm text-left" style="font-family: system-ui"><a href="https://darwinia.network/">Darwinia</a> 2023</footer>
<footer class="p-4 ml-6 text-sm text-left" style="font-family: system-ui">©️ 2023 <a href="https://darwinia.network/">Darwinia</a></footer>
</div>

</body>
Expand Down

0 comments on commit c2f0117

Please sign in to comment.