moved submit btn to the right

This commit was merged in pull request #14.
This commit is contained in:
victorAnumudu
2025-12-16 18:41:41 +01:00
parent 815ef7867f
commit 43fc6b639a
7 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export default function Home() {
<textarea onChange={props.handleChange} className="form-control message" name="message" rows={6} placeholder="I have a problem with..." />
</div>
{/* Contact Form Button */}
<div className="col-md-12 mt-15 form-btn text-right">
<div className="d-flex justify-content-end mt-15 form-btn">
<button
type="submit"
className="btn btn--theme hover--theme submit"
+1 -1
View File
@@ -15,7 +15,7 @@ export default function Home() {
staleTime: 0,
queryFn: async () => {
try {
const blog_url = 'https://blogdata.chiefsoft.net/mermsblogdata/mermsemr';
const blog_url = `${process.env.NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL}/mermsblogdata/mermsemr`;
const res = await fetch(blog_url)
const data = await res.json()
return data