From 91fc5e9e7a68ecb524d93ce5f1481d2b44a65228 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Wed, 19 Aug 2020 13:11:44 +1000 Subject: [PATCH] added new project --- src/components/blogs/BlogRoll.tsx | 2 +- src/profile.tsx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/blogs/BlogRoll.tsx b/src/components/blogs/BlogRoll.tsx index 4ea2d0d..002d331 100644 --- a/src/components/blogs/BlogRoll.tsx +++ b/src/components/blogs/BlogRoll.tsx @@ -7,7 +7,7 @@ import { Groups } from '~/components/ui/groups/Groups'; export function BlogRoll({ blogs }: { blogs: Blog[] }) { return ( diff --git a/src/profile.tsx b/src/profile.tsx index 0344ff2..6b06f32 100644 --- a/src/profile.tsx +++ b/src/profile.tsx @@ -157,6 +157,13 @@ export default { source: 'https://github.com/tuan231195/vdtn359-news', link: 'https://vdtn359.com', }, + { + name: `Personal website`, + description: 'My personal website and blog created using Gatsby', + tags: ['React', 'Gatsby', 'Netlify', 'Algolia'], + source: 'https://github.com/tuan231195/personal-website', + link: 'https://vdtn359.com.au', + }, { name: 'Yup decorators', description: