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.
This commit is contained in:
parent
d54d05403b
commit
b9d47ba401
@ -49,7 +49,7 @@ export function Footer() {
|
||||
<h3 className={"text-nowrap text-center"}>Support Center</h3>
|
||||
</Link>
|
||||
</div>
|
||||
<div/>
|
||||
<div />
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user