Skip to content

Commit

Permalink
added new project
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan2311 committed Aug 19, 2020
1 parent 410d26d commit 91fc5e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blogs/BlogRoll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Groups } from '~/components/ui/groups/Groups';
export function BlogRoll({ blogs }: { blogs: Blog[] }) {
return (
<Groups
size={5}
size={10}
orientation={'vertical'}
className={`sm:w-9/12 md:max-w-8/12`}
>
Expand Down
7 changes: 7 additions & 0 deletions src/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91fc5e9

Please sign in to comment.