From 8a7392560112aab9a5ba94ac08909448cd38cef1 Mon Sep 17 00:00:00 2001 From: hpkoh <53825802+hpkoh@users.noreply.github.com> Date: Wed, 9 Nov 2022 02:29:01 +0800 Subject: [PATCH] Update about.tsx --- apps/portal/src/pages/questions/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/pages/questions/about.tsx b/apps/portal/src/pages/questions/about.tsx index 6e1bf21e..24815fdd 100644 --- a/apps/portal/src/pages/questions/about.tsx +++ b/apps/portal/src/pages/questions/about.tsx @@ -10,7 +10,7 @@ const people = [ role: 'Front End Engineer', }, { - bio: 'Good morning dailou.', + bio: 'Software engineer focused on developing robust and performant large-scale backend systems. Currently deepening my expertise in parallel and distributed computing and developing low-latency systems. When I am not debugging segmentation faults, you can find me playing poker, video games, or enjoying thrillers!', imageUrl: '/team/hongpo.jpg', name: 'Koh Hong Po', role: 'Back End Engineer',