Skip to content

Commit 833709e

Browse files
committed
Adding timeline to features
1 parent 4c37ed8 commit 833709e

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

docsRNC/src/components/HomepageFeatures.js

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,26 @@ const FeatureList = [
66
{
77
title: 'Calendar',
88
img: require('../../static/img/calendar.png').default,
9-
description: (
10-
<>
11-
Docusaurus was designed from the ground up to be easily installed and used to get your website up and running
12-
quickly.
13-
</>
14-
)
9+
description: <>Calendar component</>
1510
},
1611
{
1712
title: 'Calendar Markings',
1813
img: require('../../static/img/calendar-markings.png').default,
19-
description: (
20-
<>
21-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go ahead and move your docs into the{' '}
22-
<code>docs</code> directory.
23-
</>
24-
)
14+
description: <>Marked dates on Calendar's components</>
2515
},
2616
{
2717
title: 'Expandable Calendar',
2818
img: require('../../static/img/expandableCalendar.png').default,
29-
description: (
30-
<>
31-
Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same
32-
header and footer.
33-
</>
34-
)
19+
description: <>Expandable calendar component</>
3520
}
21+
// {
22+
// title: 'Timeline Calendar',
23+
// img: require('../../static/img/timeline-calendar.png').default,
24+
// description: (<>Timeline calendar component</>)
25+
// }
3626
];
3727

38-
function Feature({img, title, description}) {
28+
function Feature({img, title /* , description */}) {
3929
return (
4030
<div className={clsx('col col--4')}>
4131
<div className="text--center padding-horiz--md">
200 KB
Loading

0 commit comments

Comments
 (0)