diff --git a/apps/portal/src/components/questions/AnswerCommentListItem.tsx b/apps/portal/src/components/questions/AnswerCommentListItem.tsx index c65a379f..a51cd291 100644 --- a/apps/portal/src/components/questions/AnswerCommentListItem.tsx +++ b/apps/portal/src/components/questions/AnswerCommentListItem.tsx @@ -25,7 +25,7 @@ export default function AnswerCommentListItem({ useAnswerCommentVote(answerCommentId); return ( -
+
void; }; -export default function LandingComponent({ - onLanded: handleLandingQuery, -}: LandingComponentProps) { +export default function LandingComponent({ onLanded }: LandingComponentProps) { const defaultCompany = useDefaultCompany(); const defaultLocation = useDefaultLocation(); @@ -70,17 +68,17 @@ export default function LandingComponent({
-
+
Questions Bank -

+

Tech Interview Question Bank

-

+

Know the{' '} latest SWE interview questions @@ -118,22 +116,34 @@ export default function LandingComponent({ }} />

-