diff --git a/react-fm/src/pages/Rewards/Rewards.tsx b/react-fm/src/pages/Rewards/Rewards.tsx index 2c6fa2e7..b6f8cecf 100644 --- a/react-fm/src/pages/Rewards/Rewards.tsx +++ b/react-fm/src/pages/Rewards/Rewards.tsx @@ -55,7 +55,7 @@ function Rewards() { Get Free Games - Monthly passes and flickmatch rewards coming soon... + Gift passes and flickmatch rewards coming soon... Sign up to know more. diff --git a/react-fm/src/pages/aboutUs/AboutUs.module.scss b/react-fm/src/pages/aboutUs/AboutUs.module.scss index cbcc65cc..a6c033c3 100644 --- a/react-fm/src/pages/aboutUs/AboutUs.module.scss +++ b/react-fm/src/pages/aboutUs/AboutUs.module.scss @@ -17,16 +17,8 @@ display: block; padding: 15px 15px; font-weight: 600; - color: #fff; - margin-top: 30px; - font-family: 'CustomFont', Arial, sans-serif; -} - -.journey { color: #4ce95a; - font-weight: 600; - margin-top: 20px; - letter-spacing: 0.5px; + margin-top: 30px; font-family: 'CustomFont', Arial, sans-serif; } diff --git a/react-fm/src/pages/aboutUs/AboutUs.tsx b/react-fm/src/pages/aboutUs/AboutUs.tsx index 25f6d016..15759915 100644 --- a/react-fm/src/pages/aboutUs/AboutUs.tsx +++ b/react-fm/src/pages/aboutUs/AboutUs.tsx @@ -17,20 +17,17 @@ function AboutUs() { Our Story - - We're on a Journey - - FlickMatch is envisioned to be a matchmaking, player record keeping and ranking platform - for casual sports in India and USA. + FlickMatch is a match making, player record keeping and ranking platform for casual sports + in India and USA. - While playing casual sports such as an evening game of football (soccer), an interested - person would have to find 13 other interested people and find a 7v7 ground. This is - tedious and de-motivational. We're a bunch of people building processes and technology - to enhance local sports. + While playing sports such as an evening game of football (soccer), an interested person + would have to find 13 other interested people and find a 7v7 ground. This is tedious and + de-motivational. We're a bunch of people building processes and technology to enhance + local sports. diff --git a/react-fm/src/routes/index.ts b/react-fm/src/routes/index.ts index 04e7d871..5aa4fdce 100644 --- a/react-fm/src/routes/index.ts +++ b/react-fm/src/routes/index.ts @@ -64,7 +64,7 @@ const routes: Routes = { [Pages.Rewards]: { component: asyncComponentLoader(() => import('@/pages/Rewards')), path: '/rewards', - title: 'Rewards', + title: 'Gift Pass', icon: AttachMoneyIcon, }, [Pages.AddTurfPage]: { diff --git a/react-fm/src/sections/Header/Header.tsx b/react-fm/src/sections/Header/Header.tsx index e71f9c1e..5a9cc233 100644 --- a/react-fm/src/sections/Header/Header.tsx +++ b/react-fm/src/sections/Header/Header.tsx @@ -149,7 +149,7 @@ const Header = () => { - Rewards + Gift Pass {userState.login.isAdmin && userState.login.isLoggedIn ? (