From e720423f9e68aadc7dd82fd5ea99daed7c3b8851 Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Thu, 7 Nov 2024 21:36:36 +1100 Subject: [PATCH] Update copy --- app/views/home/index.html.erb | 4 ++-- config/routes.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 6c610679..65b0dd1d 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -106,8 +106,8 @@
-

- Featured on +

+ As seen on

    diff --git a/config/routes.rb b/config/routes.rb index abd20126..b142b6e9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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