diff --git a/src/components/layout/footer/Footer.tsx b/src/components/layout/footer/Footer.tsx index 58ecc12..2f4a76d 100644 --- a/src/components/layout/footer/Footer.tsx +++ b/src/components/layout/footer/Footer.tsx @@ -11,7 +11,7 @@ export default function Footer() { return (
+ |
-
- |
- |
-
+ |
diff --git a/src/components/layout/footer/styles.ts b/src/components/layout/footer/styles.ts
index fbc652d..2e519bb 100644
--- a/src/components/layout/footer/styles.ts
+++ b/src/components/layout/footer/styles.ts
@@ -2,11 +2,6 @@ import { CSSProperties } from 'react';
import { green } from 'components/ui/colors';
-const footerLogoBaseStyles: CSSProperties = {
- padding: '0 30px',
- textAlign: 'center',
-};
-
const styles: Record