From 6875e6d89e9b7a42de5c8f26bcaa73a36d923abd Mon Sep 17 00:00:00 2001 From: Terence Ho <> Date: Tue, 8 Nov 2022 16:11:01 +0800 Subject: [PATCH] [resumes][chore] update keane bio --- apps/portal/src/pages/resumes/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/pages/resumes/about.tsx b/apps/portal/src/pages/resumes/about.tsx index cf96e6a8..ba14abde 100644 --- a/apps/portal/src/pages/resumes/about.tsx +++ b/apps/portal/src/pages/resumes/about.tsx @@ -2,7 +2,7 @@ import Container from '~/components/shared/Container'; const people = [ { - bio: 'I like to write and read good code.', + bio: 'Keane loves to try out new technologies and build awesome stuff with awesome people. He spends most of his free time travelling to eat good food (that he can afford) and going to the gym.', imageUrl: '/team/keane.png', name: 'Keane Chan', role: 'Full Stack Engineer',