Skip to content

Commit

Permalink
fix template alt prop
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 11, 2020
1 parent 805adc2 commit c0002b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import styles from './styles.module.css';

const features = [
{
title: <>Easy to Use</>,
title: 'Easy to Use',
imageUrl: 'img/undraw_docusaurus_mountain.svg',
description: (
<>
Expand All @@ -19,7 +19,7 @@ const features = [
),
},
{
title: <>Focus on What Matters</>,
title: 'Focus on What Matters',
imageUrl: 'img/undraw_docusaurus_tree.svg',
description: (
<>
Expand All @@ -29,7 +29,7 @@ const features = [
),
},
{
title: <>Powered by React</>,
title: 'Powered by React',
imageUrl: 'img/undraw_docusaurus_react.svg',
description: (
<>
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-init/templates/classic/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import styles from './styles.module.css';

const features = [
{
title: <>Easy to Use</>,
title: 'Easy to Use',
imageUrl: 'img/undraw_docusaurus_mountain.svg',
description: (
<>
Expand All @@ -18,7 +18,7 @@ const features = [
),
},
{
title: <>Focus on What Matters</>,
title: 'Focus on What Matters',
imageUrl: 'img/undraw_docusaurus_tree.svg',
description: (
<>
Expand All @@ -28,7 +28,7 @@ const features = [
),
},
{
title: <>Powered by React</>,
title: 'Powered by React',
imageUrl: 'img/undraw_docusaurus_react.svg',
description: (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import styles from './styles.module.css';

const features = [
{
title: <>Easy to Use</>,
title: 'Easy to Use',
imageUrl: 'img/undraw_docusaurus_mountain.svg',
description: (
<>
Expand All @@ -27,7 +27,7 @@ const features = [
),
},
{
title: <>Focus on What Matters</>,
title: 'Focus on What Matters',
imageUrl: 'img/undraw_docusaurus_tree.svg',
description: (
<>
Expand All @@ -37,7 +37,7 @@ const features = [
),
},
{
title: <>Powered by React</>,
title: 'Powered by React',
imageUrl: 'img/undraw_docusaurus_react.svg',
description: (
<>
Expand Down

0 comments on commit c0002b5

Please sign in to comment.