diff --git a/public/logo-white.png b/public/logo-white.png new file mode 100644 index 0000000..411c971 Binary files /dev/null and b/public/logo-white.png differ diff --git a/src/sections/Footer.tsx b/src/sections/Footer.tsx index 3ee358e..117421e 100644 --- a/src/sections/Footer.tsx +++ b/src/sections/Footer.tsx @@ -12,57 +12,53 @@ export interface FooterProps { solutionCategories?: CategoryNavItem[] } -export function Footer({ - siteTitle = '', - contacts = [], - solutionCategories = [], -}: FooterProps) { +export function Footer({ siteTitle = '', contacts = [], solutionCategories = [] }: FooterProps) { return (