This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch feat/schema-form
in repository https://gitbox.apache.org/repos/asf/answer.git

commit 39ea19034dd84dcdd85dafb5e6d84434de08e243
Author: shuai <lishuail...@sifou.com>
AuthorDate: Fri Aug 8 10:22:13 2025 +0800

    fix: footer remove background color
---
 ui/src/components/Footer/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/components/Footer/index.tsx 
b/ui/src/components/Footer/index.tsx
index 4e4b3aa0..ad6e2755 100644
--- a/ui/src/components/Footer/index.tsx
+++ b/ui/src/components/Footer/index.tsx
@@ -32,7 +32,7 @@ const Index = () => {
   const cc = `${fullYear} ${siteName}`;
 
   return (
-    <footer className="py-3 bg-light w-100">
+    <footer className="py-3 w-100">
       <p className="text-center mb-0 small">
         {/* Link to Terms of Service with right margin */}
         <Link to="/tos" className="me-3">

Reply via email to