From 13a3b1f405cb21862f32be94bb9262998674dddf Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Wed, 22 Jul 2026 16:00:24 +0330
Subject: [PATCH] fix(blog): reorder form elements to ensure email input is
always first before submit button
---
frontend/application/components/BlogPage.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/application/components/BlogPage.tsx b/frontend/application/components/BlogPage.tsx
index f0f0282..b810cea 100644
--- a/frontend/application/components/BlogPage.tsx
+++ b/frontend/application/components/BlogPage.tsx
@@ -299,17 +299,17 @@ export default function BlogPage({ blogs = [] }: { blogs: BlogPost[] }) {
{/* Main Interactive Floating Input Bar */}
-