Skip to content

Commit

Permalink
Update index.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Jun 25, 2024
1 parent 7a72c64 commit 3a54cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/installation/onboarding/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>SuperAdmin | Chatwoot-N</title>
<title>SuperAdmin | πŸ…·πŸ†„πŸ…±οΈ Enterprise</title>
<%= javascript_pack_tag 'superadmin' %>
<%= stylesheet_pack_tag 'superadmin' %>
</head>
Expand All @@ -12,7 +12,7 @@
<img src="/brand-assets/logo.svg" alt="Chatwoot" class="mx-auto h-8 w-auto block dark:hidden">
<img src="/brand-assets/logo_dark.svg" alt="Chatwoot" class="mx-auto h-8 w-auto hidden dark:block">
<h2 class="mt-6 text-center text-3xl font-medium text-slate-900 dark:text-woot-50">
Howdy, Welcome to Chatwoot-N πŸ‘‹
πŸ…·πŸ†„πŸ…±οΈ, Administration πŸ‘‹
</h2>
</section>
<section class="bg-white shadow sm:mx-auto mt-11 sm:w-full sm:max-w-lg dark:bg-slate-800 p-11 sm:shadow-lg sm:rounded-lg mb-8 mt-15">
Expand Down

0 comments on commit 3a54cd6

Please sign in to comment.