Skip to content

Commit be653e4

Browse files
committed
updated www blog component
1 parent 8f3da68 commit be653e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

www/src/pages/components/Blogs.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
const posts = [
22
{
3-
title: 'Our Legendary Article here',
4-
href: '#',
5-
category: { name: 'Greatness', href: '#' },
3+
title: 'Traveling through time with Reactime',
4+
href: 'https://medium.com/@reactime/reactime-v17-0-0-now-with-support-for-the-context-api-and-a-modern-ui-f0edf9e54dae',
5+
category: { name: 'React Debugging', href: 'https://medium.com/tag/react-devtools' },
66
description:
7-
'Reactime v17, we have come a long way from beta. Now introducing full Context API support and CustomHooks support: thereby allowing developers to better visualize the states and ... ',
8-
date: 'Dec 14, 2022',
9-
datetime: '2022-12-14',
7+
'Reactime v17, we have come a long way from beta. Now introducing full Context API support: thereby allowing developers to better visualize the states and ... ',
8+
date: 'Jan 3, 2022',
9+
datetime: '2022-1-03',
1010
imageUrl:
1111
'https://images.unsplash.com/photo-1496128858413-b36217c2ce36?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1679&q=80',
1212
readingTime: '6 min',
1313
author: {
1414
name: 'James Nghiem',
15-
href: '#',
15+
href: 'https://medium.com/@reactime',
1616
imageUrl:
17-
'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80',
17+
'https://github.com/jemzir.png',
1818
},
1919
},
2020
{

0 commit comments

Comments
 (0)