Skip to content

Commit

Permalink
removed 'beta' related items (reactplay#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Dec 22, 2022
1 parent 3a1bf6e commit 8578aed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CREATE-PLAY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Welcome developers! We are as excited as you are to know that you are going to c
You might check the [README](README.md) file for more details.

- You should be able to access the application on http:https://localhost:3000
- Click on `Create` button. Note, its a `beta` feature, feel free to [log issue](https://github.com/reactplay/react-play/issues) (if any)
- Click on `Create` button.
- The application will try to authenticate you
- If you are NOT already logged in with [`NHost`](https://nhost.io), you will be prompted to give permission
- Log in with your GitHub account
Expand Down
1 change: 0 additions & 1 deletion src/common/header/HeaderNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const HeaderNav = ({ showBrowse }) => {
>
<IoAddSharp className="icon" />
<span className="btn-label">Create</span>
<span className="create-button-badge">beta</span>
</a>
) : (
<a
Expand Down
1 change: 0 additions & 1 deletion src/common/playideas/PlayIdeas.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const PlayIdeas = () => {
>
<IoAddSharp className="icon" />
<span className="btn-label">Create</span>
<span className="create-button-badge">beta</span>
</a>
) : (
<a
Expand Down

0 comments on commit 8578aed

Please sign in to comment.