From ff67839828b536599639f9f918961b896791a1d1 Mon Sep 17 00:00:00 2001 From: Ai Ling Date: Sun, 30 Oct 2022 21:41:00 +0800 Subject: [PATCH] [offers][feat] Add logo --- apps/portal/public/offers-logo.svg | 67 +++++++++++++++++++ .../components/offers/OffersNavigation.tsx | 7 +- 2 files changed, 68 insertions(+), 6 deletions(-) create mode 100644 apps/portal/public/offers-logo.svg diff --git a/apps/portal/public/offers-logo.svg b/apps/portal/public/offers-logo.svg new file mode 100644 index 00000000..6b98c89f --- /dev/null +++ b/apps/portal/public/offers-logo.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/portal/src/components/offers/OffersNavigation.tsx b/apps/portal/src/components/offers/OffersNavigation.tsx index ecb1ca5b..acc3f906 100644 --- a/apps/portal/src/components/offers/OffersNavigation.tsx +++ b/apps/portal/src/components/offers/OffersNavigation.tsx @@ -1,5 +1,3 @@ -import { CurrencyDollarIcon } from '@heroicons/react/24/outline'; - import type { ProductNavigationItems } from '~/components/global/ProductNavigation'; const navigation: ProductNavigationItems = [ @@ -11,10 +9,7 @@ const config = { // TODO: Change this to your own GA4 measurement ID. googleAnalyticsMeasurementID: 'G-34XRGLEVCF', logo: ( - + Tech Offers Repo ), navigation, showGlobalNav: false,