From 3038ae793c86af19e68db09dad99751f4efbd2d3 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Wed, 4 Jan 2023 16:32:51 +0000 Subject: [PATCH] docs: blog.johnnyreilly.com moved to johnnyreilly.com - updated showcase (#8492) --- website/src/data/users.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 28fd9956a9..8c53d11978 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -199,10 +199,10 @@ const Users: User[] = [ tags: ['opensource', 'design', 'product'], }, { - title: 'blog.johnnyreilly.com', - description: 'The blog of johnnyreilly', + title: 'johnnyreilly.com', + description: 'The blog of John Reilly ❤️🌻', preview: require('./showcase/johnnyreilly.png'), - website: 'https://blog.johnnyreilly.com/', + website: 'https://johnnyreilly.com/', source: 'https://github.com/johnnyreilly/blog.johnnyreilly.com', tags: ['opensource', 'personal', 'large'], },