diff --git a/src/layouts/MainLayout/TopBar/index.js b/src/layouts/MainLayout/TopBar/index.js index 31307836..71499897 100755 --- a/src/layouts/MainLayout/TopBar/index.js +++ b/src/layouts/MainLayout/TopBar/index.js @@ -139,6 +139,7 @@ function TopBar({ className, onMobileNavOpen, ...rest }) { {navItems.map((item, index) => ( - +
- {countryCodes.map(code => { - return +{code}; + {countryCodes.map((code, index) => { + return ( + + +{code} + + ); })} diff --git a/src/views/pages/CLView/CTA.js b/src/views/pages/CLView/CTA.js index 3da9c578..c098d34a 100755 --- a/src/views/pages/CLView/CTA.js +++ b/src/views/pages/CLView/CTA.js @@ -136,7 +136,7 @@ function CTA({ className, ...rest }) { - + diff --git a/src/views/pages/CLView/StandFor.js b/src/views/pages/CLView/StandFor.js index 2519bc5f..e420dd89 100644 --- a/src/views/pages/CLView/StandFor.js +++ b/src/views/pages/CLView/StandFor.js @@ -116,28 +116,31 @@ function StandsFor({ className, ...rest }) { He/she shall be entusiastic about going social and build & - contribute for the community

- An Initiative taker

+ contribute for the community
+ - An Initiative taker
A Leader shall always have a way of talking people out from problems and leading them to do that for others too{' '} -

- A Community Builder

+ - A Community Builder
He/she should be connecting to the resources available in community that might help in building a better & more - helpful community

- A Resource Seeker

+ helpful community
+ - A Resource Seeker
Most sought after value - an effort maker and giving - peronality

- An Investor

+ peronality
+ - An Investor
diff --git a/src/views/pages/CoursesView/CTA.js b/src/views/pages/CoursesView/CTA.js index 3ef99d12..8f0a9ef7 100755 --- a/src/views/pages/CoursesView/CTA.js +++ b/src/views/pages/CoursesView/CTA.js @@ -92,7 +92,7 @@ function CTA({ className, ...rest }) { - +