fix(v2): bad template alt prop (#3258)

This commit is contained in:
Sébastien Lorber 2020-08-11 13:34:33 +02:00 committed by GitHub
parent 805adc2c35
commit e7720d4e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ import styles from './styles.module.css';
const features = [ const features = [
{ {
title: <>Easy to Use</>, title: 'Easy to Use',
imageUrl: 'img/undraw_docusaurus_mountain.svg', imageUrl: 'img/undraw_docusaurus_mountain.svg',
description: ( description: (
<> <>
@ -19,7 +19,7 @@ const features = [
), ),
}, },
{ {
title: <>Focus on What Matters</>, title: 'Focus on What Matters',
imageUrl: 'img/undraw_docusaurus_tree.svg', imageUrl: 'img/undraw_docusaurus_tree.svg',
description: ( description: (
<> <>
@ -29,7 +29,7 @@ const features = [
), ),
}, },
{ {
title: <>Powered by React</>, title: 'Powered by React',
imageUrl: 'img/undraw_docusaurus_react.svg', imageUrl: 'img/undraw_docusaurus_react.svg',
description: ( description: (
<> <>

View file

@ -8,7 +8,7 @@ import styles from './styles.module.css';
const features = [ const features = [
{ {
title: <>Easy to Use</>, title: 'Easy to Use',
imageUrl: 'img/undraw_docusaurus_mountain.svg', imageUrl: 'img/undraw_docusaurus_mountain.svg',
description: ( description: (
<> <>
@ -18,7 +18,7 @@ const features = [
), ),
}, },
{ {
title: <>Focus on What Matters</>, title: 'Focus on What Matters',
imageUrl: 'img/undraw_docusaurus_tree.svg', imageUrl: 'img/undraw_docusaurus_tree.svg',
description: ( description: (
<> <>
@ -28,7 +28,7 @@ const features = [
), ),
}, },
{ {
title: <>Powered by React</>, title: 'Powered by React',
imageUrl: 'img/undraw_docusaurus_react.svg', imageUrl: 'img/undraw_docusaurus_react.svg',
description: ( description: (
<> <>

View file

@ -17,7 +17,7 @@ import styles from './styles.module.css';
const features = [ const features = [
{ {
title: <>Easy to Use</>, title: 'Easy to Use',
imageUrl: 'img/undraw_docusaurus_mountain.svg', imageUrl: 'img/undraw_docusaurus_mountain.svg',
description: ( description: (
<> <>
@ -27,7 +27,7 @@ const features = [
), ),
}, },
{ {
title: <>Focus on What Matters</>, title: 'Focus on What Matters',
imageUrl: 'img/undraw_docusaurus_tree.svg', imageUrl: 'img/undraw_docusaurus_tree.svg',
description: ( description: (
<> <>
@ -37,7 +37,7 @@ const features = [
), ),
}, },
{ {
title: <>Powered by React</>, title: 'Powered by React',
imageUrl: 'img/undraw_docusaurus_react.svg', imageUrl: 'img/undraw_docusaurus_react.svg',
description: ( description: (
<> <>