Skip to content

Commit

Permalink
Update _navigation.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Jun 25, 2024
1 parent 3a54cd6 commit 9d9ba2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/super_admin/application/_navigation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ as defined by the routes in the `admin/` namespace
<div class="border-slate-100 border-r w-56 flex-shrink-0 justify-between h-full flex flex-col" role="navigation">
<div>
<div class="flex mx-4 mb-4 border-slate-100 border-b py-6">
<%= link_to image_tag('/brand-assets/logo_thumbnail.svg', alt: 'Chatwoot-N Admin Dashboard', class: 'h-10'), super_admin_root_url %>
<%= link_to image_tag('/brand-assets/logo_thumbnail.svg', alt: '🅷🆄🅱️ Admin Dashboard', class: 'h-10'), super_admin_root_url %>
<div class="flex flex-col ml-3">
<div class="text-sm">Chatwoot-N <%= Chatwoot.config[:version] %></div>
<div class="text-sm">🅷🆄🅱️ <%= Chatwoot.config[:version] %></div>
<div class="text-xs text-slate-700 mt-0.5">Super Admin Console</div>
</div>
</div>
Expand Down

0 comments on commit 9d9ba2a

Please sign in to comment.