From 43fc6b639a9a3bba77f4a6001c766d2786146bb1 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 16 Dec 2025 18:41:41 +0100 Subject: [PATCH] moved submit btn to the right --- .env | 1 + .env.development | 1 + .env.local | 1 + .env.production | 1 + .env.test | 1 + pages/contacts.js | 2 +- pages/merms-blog.js | 2 +- 7 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 9b56fdd..33e2bbd 100644 --- a/.env +++ b/.env @@ -5,6 +5,7 @@ PANEL_URL=https://panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.development b/.env.development index fe6a992..ef6bb20 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,7 @@ PANEL_URL=https://dev-panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.local b/.env.local index 9b56fdd..33e2bbd 100644 --- a/.env.local +++ b/.env.local @@ -5,6 +5,7 @@ PANEL_URL=https://panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.production b/.env.production index 9b56fdd..33e2bbd 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,7 @@ PANEL_URL=https://panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.test b/.env.test index bbfc3b7..ccfa398 100644 --- a/.env.test +++ b/.env.test @@ -5,6 +5,7 @@ PANEL_URL=https://qa-panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/pages/contacts.js b/pages/contacts.js index afd5a1b..42a7f8a 100644 --- a/pages/contacts.js +++ b/pages/contacts.js @@ -105,7 +105,7 @@ export default function Home() {