From fafb9635d1c563971e39d6968097599e54b93110 Mon Sep 17 00:00:00 2001 From: Lucas Menezes Date: Wed, 4 Sep 2024 01:54:58 -0300 Subject: [PATCH] update: footer --- app/[locale]/globals.css | 2 +- components/Footer/index.tsx | 16 +++++++++------- components/Search/Search.module.css | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/app/[locale]/globals.css b/app/[locale]/globals.css index a8312aa..d817d96 100644 --- a/app/[locale]/globals.css +++ b/app/[locale]/globals.css @@ -103,7 +103,7 @@ input, select, option { font-family: inherit; - letter-spacing: -0.25px; + letter-spacing: -0.2px; outline-color: var(--color-text-black); } diff --git a/components/Footer/index.tsx b/components/Footer/index.tsx index 4fccd51..7588779 100644 --- a/components/Footer/index.tsx +++ b/components/Footer/index.tsx @@ -32,19 +32,21 @@ export default function AppFooter() {
  • {t('community')}
  • - {/*
  • - Pro -
  • */}
  • - {t('privacy')} + + {t('donate')} + +
  • +
  • + + {t('feedback.title')} +
  • {t('terms')}
  • - - {t('donate')} - + {t('privacy')}