Skip to content

Commit ccae80c

Browse files
authored
Merge pull request #169 from reactjs/fix-default-codepen-links
Explicitly use "Pruébalo en CodePen"
2 parents dc97bde + 6b6758d commit ccae80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
{
6060
resolve: 'gatsby-remark-code-repls',
6161
options: {
62-
defaultText: '<b>Try it on CodePen</b>',
62+
defaultText: '<b>Pruébalo en CodePen</b>',
6363
directory: `${__dirname}/examples/`,
6464
externals: [
6565
`//unpkg.com/react/umd/react.development.js`,

0 commit comments

Comments
 (0)