From 625f6966a9b94642412cddc70c1c083ec25eda00 Mon Sep 17 00:00:00 2001
From: 30secondsofcode <30secondsofcode@gmail.com>
Date: Sun, 8 Sep 2019 09:43:18 +0000
Subject: [PATCH] Travis build: 45
---
README.md | 4 ++--
snippet_data/snippetList.json | 2 +-
snippet_data/snippets.json | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 5f57bbf10..0196d45a8 100644
--- a/README.md
+++ b/README.md
@@ -1456,7 +1456,7 @@ Renders a link formatted to send an email.
```jsx
function Mailto({ email, subject, body, ...props }) {
return (
- {props.children}
+ {props.children}
);
}
```
@@ -1466,7 +1466,7 @@ function Mailto({ email, subject, body, ...props }) {
```jsx
ReactDOM.render(
-
+
Mail me!
,
document.getElementById('root')
diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json
index d5519692d..1d4e01b52 100644
--- a/snippet_data/snippetList.json
+++ b/snippet_data/snippetList.json
@@ -200,7 +200,7 @@
]
},
"meta": {
- "hash": "e59782e34529471198a8ec1f471368e5128743ab0d50ca1dfae488dd38ae9378"
+ "hash": "f4186bc638098d4d510a26dac586a5196ffb2e0d41e3325a0e53756f26896c4c"
}
},
{
diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json
index 3aa7411a2..b521e9c11 100644
--- a/snippet_data/snippets.json
+++ b/snippet_data/snippets.json
@@ -263,8 +263,8 @@
"text": "Renders a link formatted to send an email.\n\n- Destructure the component's props, use `email`, `subject` and `body` to create a `` element with an appropriate `href` attribute.\n- Render the link with `props.children` as its content.\n\n",
"codeBlocks": {
"style": "",
- "code": "function Mailto({ email, subject, body, ...props }) {\n return (\n {props.children}\n );\n}",
- "example": "ReactDOM.render(\n \n Mail me!\n ,\n document.getElementById('root')\n);"
+ "code": "function Mailto({ email, subject, body, ...props }) {\n return (\n {props.children}\n );\n}",
+ "example": "ReactDOM.render(\n \n Mail me!\n ,\n document.getElementById('root')\n);"
},
"tags": [
"visual",
@@ -272,7 +272,7 @@
]
},
"meta": {
- "hash": "e59782e34529471198a8ec1f471368e5128743ab0d50ca1dfae488dd38ae9378"
+ "hash": "f4186bc638098d4d510a26dac586a5196ffb2e0d41e3325a0e53756f26896c4c"
}
},
{