Skip to content

Commit b11a8c3

Browse files
committed
feat: playground receipes - update copy and previews
1 parent a216aad commit b11a8c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/cubejs-playground/src/TemplateGallery/TemplateGalleryPage.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ class TemplateGalleryPage extends Component {
132132

133133
const recipes = [{
134134
name: 'Dynamic Dashboard with React, AntD, and Recharts',
135-
description: 'Use this template to create dashboard application with user editable dashboards backed by GraphQL backend.',
136-
coverUrl: "https://thepracticaldev.s3.amazonaws.com/i/zel6nkrzaklevw6q0xxf.png",
135+
description: 'Use this template to create a dynamic dashboard application with React, AntD, and Chart.js. It comes with a dynamic query builder and Apollo GraphQL client.',
136+
coverUrl: "https://cube.dev/downloads/template-react-dashboard.png",
137137
templatePackages: ['create-react-app', 'react-antd-dynamic', 'recharts-charts', 'antd-tables', 'credentials']
138138
}, {
139139
name: 'Real-Time Dashboard with React, AntD, and Chart.js',
140-
description: 'Use this template to create static dashboard application with Real-Time WebSocket transport.',
140+
description: 'Use this template to create a static dashboard application with real-time WebSocket transport.',
141141
templatePackages: ['create-react-app', 'react-antd-static', 'chartjs-charts', 'antd-tables', 'credentials', 'web-socket-transport'],
142-
coverUrl: "https://thepracticaldev.s3.amazonaws.com/i/7mj0mefi4sebsoaxkm9i.png"
142+
coverUrl: "https://cube.dev/downloads/template-real-time-dashboard.png"
143143
}, {
144144
name: 'Material UI React Dashboard',
145-
coverUrl: 'https://material-ui.com/static/images/themes-light.jpg',
146-
description: 'Use this template to create Material UI based static dashboard application and add charts to it using code or Cube.js Playground.',
145+
coverUrl: 'https://cube.dev/downloads/template-material-ui.jpg',
146+
description: 'Use this template to create a Material UIbased static dashboard application and add charts to it by editing the source code or via Cube.js Playground.',
147147
templatePackages: ['create-react-app', 'react-material-static', 'recharts-charts', 'material-tables', 'credentials']
148148
}];
149149

0 commit comments

Comments
 (0)