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: (
-
+
),
navigation,
showGlobalNav: false,