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

Commit

Permalink
adjust header
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Apr 7, 2024
1 parent a876894 commit 9f71a5f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@
<header class="w-full mx-auto lg:max-w-6xl">
<nav class="bg-white border-gray-200 dark:bg-gray-900">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-6">
<a href="/" class="flex items-center space-x-3 rtl:space-x-reverse">
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">Msgport Messages Explorer</span>
</a>
<%= render "messages/messages_count", messages_count: @messages_count %>
<div>
<a href="/" class="flex items-center space-x-3 rtl:space-x-reverse">
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">Msgport Messages Explorer</span>
</a>
<%= render "messages/messages_count", messages_count: @messages_count %>
</div>

<div>
<a href="https://github.com/darwinia-network/pindex?tab=readme-ov-file#api" target="_blank">
How To
</a>
</div>
</div>
</nav>
</header>
Expand Down

0 comments on commit 9f71a5f

Please sign in to comment.