From b9d47ba40140633474f0b77ce52bbbad61270ef7 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 18 Jun 2024 21:33:17 +0200 Subject: [PATCH] style(footer): adjust div spacing in footer component This commit properly adjusts the spacing in an empty div within the footer section of the React component for adherence to standardized code formatting. Proper spacing contributes to code readability and maintainability. --- src/components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 676f78e..3b7847a 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -49,7 +49,7 @@ export function Footer() {

Support Center

-
+
); }