Skip to content

Commit

Permalink
removed blog from the play 'Counter'
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzaalisurti authored Mar 1, 2022
1 parent 26a0b38 commit 8d0e3d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/meta/play-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,12 @@ const plays = [
}, {
id: 'pl-counter',
name: 'Counter',
description: 'A simple counter',
description: 'A simple counter which increments the value upto a certain limit!',
component: () => {return <CounterApp />},
path: '/plays/Counter',
level: 'Beginner',
tags: 'JSX, State, Props',
github: 'murtuzaalisurti',
blog: 'https://syntackle.vercel.app',
video: ''
github: 'murtuzaalisurti'
}, //replace new play item here
];

Expand Down

0 comments on commit 8d0e3d4

Please sign in to comment.