diff --git a/apps/portal/public/bank-logo.png b/apps/portal/public/bank-logo.png new file mode 100644 index 00000000..07577f65 Binary files /dev/null and b/apps/portal/public/bank-logo.png differ diff --git a/apps/portal/src/components/questions/LandingComponent.tsx b/apps/portal/src/components/questions/LandingComponent.tsx index 0961187c..f2578c4d 100644 --- a/apps/portal/src/components/questions/LandingComponent.tsx +++ b/apps/portal/src/components/questions/LandingComponent.tsx @@ -64,12 +64,16 @@ export default function LandingComponent({ return (
-
-
-

+
+
+ Questions Bank +

Tech Interview Question Bank

- app logo

Know the{' '} diff --git a/apps/portal/src/components/questions/QuestionsNavigation.ts b/apps/portal/src/components/questions/QuestionsNavigation.tsx similarity index 86% rename from apps/portal/src/components/questions/QuestionsNavigation.ts rename to apps/portal/src/components/questions/QuestionsNavigation.tsx index 36c851a1..363bdf7e 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.ts +++ b/apps/portal/src/components/questions/QuestionsNavigation.tsx @@ -10,6 +10,9 @@ const navigation: ProductNavigationItems = [ const config = { // TODO: Change this to your own GA4 measurement ID. googleAnalyticsMeasurementID: 'G-DBLZDQ2ZZN', + logo: ( + Questions Bank + ), navigation, showGlobalNav: false, title: 'Questions Bank',