Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 2360560

Browse files
remove CTA as a reusable component and add policies and must_do contents
1 parent b76bd3b commit 2360560

File tree

11 files changed

+4951
-3426
lines changed

11 files changed

+4951
-3426
lines changed

package-lock.json

Lines changed: 4925 additions & 2991 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"change-case": "^4.1.1",
6161
"chart.js": "^2.9.3",
6262
"clsx": "^1.1.0",
63+
"date-fns": "^2.0.1",
6364
"draft-js": "^0.11.7",
6465
"firebase": "^7.21.1",
65-
"date-fns": "^2.0.0-beta.5",
6666
"formik": "^2.1.4",
6767
"history": "^4.10.1",
6868
"immer": "^6.0.3",
File renamed without changes.

src/data/workshopData/workshopDetail.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ const worksop = {
22
policies: {
33
title: 'Workshop Policies',
44
body: [
5-
'What is Lorem Ipsum Lorem Ipsum is simply dummy text of text of text of ',
6-
'What is Lorem Ipsum Lorem Ipsum is simply text of',
7-
'What is Lorem Ipsum Lorem Ipsum is simply dummy text text of',
8-
'What is Lorem Ipsum Lorem Ipsum text of'
5+
'He/she shall be entusiastic about going social and build & contribute for the community.',
6+
'A Leader shall always have a way of talking people out from problems and leading them to do that for others too.',
7+
'He/she should be connecting to the resources available in community that might help in building a better & more helpful community.',
8+
'Most sought after value - an effort maker and giving peronality.'
99
]
1010
},
1111
must_do: {
1212
title: 'Workshop Requestors Must Do',
1313
body: [
14-
'What is Lorem Ipsum Lorem Ipsum is simply dummy text of text of text of of text of text of of text of text of sfsfterwdvyh',
15-
'What is Lorem Ipsum Lorem Ipsum is simply text of',
16-
'What is Lorem Ipsum Lorem Ipsum is simply dummy text text of',
17-
'What is Lorem Ipsum Lorem Ipsum text of of text of text of of text of text of'
14+
'He/she shall be entusiastic about going social and build & contribute for the community.',
15+
'A Leader shall always have a way of talking people out from problems and leading them to do that for others too.',
16+
'He/she should be connecting to the resources available in community that might help in building a better & more helpful community.',
17+
'Most sought after value - an effort maker and giving peronality.'
1818
]
1919
},
2020
projects: [

src/views/pages/CoursesView/CTA.js

Lines changed: 0 additions & 204 deletions
This file was deleted.

src/views/pages/CoursesView/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { makeStyles } from '@material-ui/core';
33
import Page from 'src/components/Page';
44
import Hero from './Hero';
55
import Footer from '../common/Footer';
6-
import CTA from './CTA';
6+
import CTA from '../../../components/CTA/CTA';
77
import Courses from './Courses';
88
import Apply from '../common/Apply';
99

src/views/pages/EventsView/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { makeStyles } from '@material-ui/core';
33
import Page from 'src/components/Page';
44
import Hero from './Hero';
55
import Footer from '../common/Footer';
6-
import CTA from './CTA';
6+
import CTA from '../../../components/CTA/CTA';
77
import Events from './Events';
88
import Apply from '../common/Apply';
99

0 commit comments

Comments
 (0)