Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia committed Nov 7, 2024
1 parent 903dd94 commit e720423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
<section class="py-4">
<div class="max-w-screen-xl px-4 py-2 mx-auto sm:px-6 lg:px-8">
<header class="py-4">
<h2 class="text-xl text-center font-bold text-gray-900 sm:text-3xl">
Featured on
<h2 class="text-xl text-start font-bold text-gray-900 sm:text-3xl">
As seen on
</h2>
</header>
<ul class="flex flex-row flex-wrap items-center justify-center">
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace :admin do
authenticate(:admin_user) do
mount Motor::Admin => "/panel"
mount Motor::Admin => "/"
mount Flipper::UI.app(Flipper) => "/flipper"
mount Sidekiq::Web => "/sidekiq"
end
Expand Down

0 comments on commit e720423

Please sign in to comment.