diff --git a/apps/portal/src/components/questions/LandingComponent.tsx b/apps/portal/src/components/questions/LandingComponent.tsx index 33c3d6f9..211bda76 100644 --- a/apps/portal/src/components/questions/LandingComponent.tsx +++ b/apps/portal/src/components/questions/LandingComponent.tsx @@ -2,8 +2,6 @@ import { useState } from 'react'; import { ArrowSmallRightIcon } from '@heroicons/react/24/outline'; import { Button, Select } from '@tih/ui'; -import NavBar from '~/components/questions/NavBar'; - import { COMPANIES, LOCATIONS, @@ -43,9 +41,7 @@ export default function LandingComponent({ return (
-
- -
+
app logo