From eb5ab306429a6fb31c7b871683ae65128ed58e17 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Wed, 10 Sep 2025 20:52:11 -0300 Subject: [PATCH] feat: replace gradient logo with new SVG icon across all pages --- apps/web/public/icon.svg | 1 + apps/web/src/components/auth-layout.tsx | 5 +---- apps/web/src/components/footer.tsx | 5 +---- apps/web/src/components/header.tsx | 5 +---- apps/web/src/routes/index.tsx | 2 ++ 5 files changed, 6 insertions(+), 12 deletions(-) create mode 100644 apps/web/public/icon.svg diff --git a/apps/web/public/icon.svg b/apps/web/public/icon.svg new file mode 100644 index 0000000..5411610 --- /dev/null +++ b/apps/web/public/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/web/src/components/auth-layout.tsx b/apps/web/src/components/auth-layout.tsx index fe9ccae..a7011f4 100644 --- a/apps/web/src/components/auth-layout.tsx +++ b/apps/web/src/components/auth-layout.tsx @@ -26,10 +26,7 @@ export default function AuthLayout({