From ea8db4f503e5890a835224b3110e1989244adea8 Mon Sep 17 00:00:00 2001
From: Keane Chan
Date: Fri, 28 Oct 2022 10:11:58 +0800
Subject: [PATCH] [resumes][feat] add clear filter functionality
---
.../components/resumes/landing/CallToAction.tsx | 15 +++++++--------
.../src/components/resumes/landing/Hero.tsx | 14 +++++++-------
apps/portal/src/pages/resumes/browse.tsx | 16 ++++++++++++++--
3 files changed, 28 insertions(+), 17 deletions(-)
diff --git a/apps/portal/src/components/resumes/landing/CallToAction.tsx b/apps/portal/src/components/resumes/landing/CallToAction.tsx
index f14e6c1f..c82ef8d7 100644
--- a/apps/portal/src/components/resumes/landing/CallToAction.tsx
+++ b/apps/portal/src/components/resumes/landing/CallToAction.tsx
@@ -1,4 +1,4 @@
-import Link from 'next/link';
+import { Button } from '@tih/ui';
import { Container } from './Container';
@@ -14,13 +14,12 @@ export function CallToAction() {
It's free! Take charge of your resume game by learning from the top
engineers in the field.
-
-
-
+
diff --git a/apps/portal/src/components/resumes/landing/Hero.tsx b/apps/portal/src/components/resumes/landing/Hero.tsx
index 2e14e199..20f9e4a4 100644
--- a/apps/portal/src/components/resumes/landing/Hero.tsx
+++ b/apps/portal/src/components/resumes/landing/Hero.tsx
@@ -1,4 +1,5 @@
import Link from 'next/link';
+import { Button } from '@tih/ui';
import { Container } from './Container';
@@ -24,13 +25,12 @@ export function Hero() {
your fellow engineers
-
-
-
+
+ {/* TODO: Update video */}