mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 20:57:17 +02:00
fix(v2): bad template alt prop (#3258)
This commit is contained in:
parent
805adc2c35
commit
e7720d4e95
3 changed files with 9 additions and 9 deletions
|
@ -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: (
|
||||
<>
|
||||
|
@ -19,7 +19,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: <>Focus on What Matters</>,
|
||||
title: 'Focus on What Matters',
|
||||
imageUrl: 'img/undraw_docusaurus_tree.svg',
|
||||
description: (
|
||||
<>
|
||||
|
@ -29,7 +29,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: <>Powered by React</>,
|
||||
title: 'Powered by React',
|
||||
imageUrl: 'img/undraw_docusaurus_react.svg',
|
||||
description: (
|
||||
<>
|
||||
|
|
|
@ -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: (
|
||||
<>
|
||||
|
@ -18,7 +18,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: <>Focus on What Matters</>,
|
||||
title: 'Focus on What Matters',
|
||||
imageUrl: 'img/undraw_docusaurus_tree.svg',
|
||||
description: (
|
||||
<>
|
||||
|
@ -28,7 +28,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: <>Powered by React</>,
|
||||
title: 'Powered by React',
|
||||
imageUrl: 'img/undraw_docusaurus_react.svg',
|
||||
description: (
|
||||
<>
|
||||
|
|
|
@ -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: (
|
||||
<>
|
||||
|
@ -27,7 +27,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: <>Focus on What Matters</>,
|
||||
title: 'Focus on What Matters',
|
||||
imageUrl: 'img/undraw_docusaurus_tree.svg',
|
||||
description: (
|
||||
<>
|
||||
|
@ -37,7 +37,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: <>Powered by React</>,
|
||||
title: 'Powered by React',
|
||||
imageUrl: 'img/undraw_docusaurus_react.svg',
|
||||
description: (
|
||||
<>
|
||||
|
|
Loading…
Add table
Reference in a new issue