Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
chore(recipes): update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 1, 2021
1 parent 092f204 commit d90dc65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/src/Demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Demo extends React.Component {
description: 'Enable our request body JSON editor.',
stateProp: 'enableJsonEditor',
},
'Enable tutorials (beta)': {
description: 'Enable our tutorials beta.',
'Enable recipes (beta)': {
description: 'Enable our recipes beta.',
stateProp: 'enableTutorials',
},
};
Expand Down Expand Up @@ -159,9 +159,9 @@ class Demo extends React.Component {
if (!('tutorials' in doc)) {
docs[i].tutorials = [
{
title: 'Test Tutorial',
description: 'Tutorial description',
slug: 'test-tutorial',
title: 'Test Recipe',
description: 'Recipe description',
slug: 'test-recipe',
backgroundColor: '#018FF4',
emoji: '🦉',
_id: '123',
Expand Down

0 comments on commit d90dc65

Please sign in to comment.