Skip to content

Commit

Permalink
Merge pull request #354 from flickmatch/reward-page-changes
Browse files Browse the repository at this point in the history
text changed  on about-us page / replace monthly passes to Gift passes
  • Loading branch information
abhimanyu-fm authored Dec 10, 2024
2 parents b46037a + d05f3ac commit d0e62d0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion react-fm/src/pages/Rewards/Rewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Rewards() {
Get Free Games
</Typography>
<Typography variant="h5" className={styles.primaryHeading}>
Monthly passes and flickmatch rewards coming soon...
Gift passes and flickmatch rewards coming soon...
</Typography>
<Typography variant="h6" className={styles.secondaryHeading}>
Sign up to know more.
Expand Down
10 changes: 1 addition & 9 deletions react-fm/src/pages/aboutUs/AboutUs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
15 changes: 6 additions & 9 deletions react-fm/src/pages/aboutUs/AboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@ function AboutUs() {
<Typography variant="h3" className={styles.ourStory}>
Our Story
</Typography>
<Typography variant="h4" className={styles.journey}>
We&#39;re on a Journey
</Typography>

<Typography className={isPortrait ? styles.mobileMotto : styles.motto}>
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.
</Typography>

<Typography className={isPortrait ? styles.mobileDescription : styles.description}>
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&#39;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&#39;re a bunch of people building processes and technology to enhance
local sports.
</Typography>

<Typography className={isPortrait ? styles.mobileAim : styles.aim}>
Expand Down
2 changes: 1 addition & 1 deletion react-fm/src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]: {
Expand Down
2 changes: 1 addition & 1 deletion react-fm/src/sections/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const Header = () => {
</Typography>
<Divider className={styles.divider} orientation="vertical" flexItem />
<Typography className={styles.menuItem} component={Link} to="/rewards">
Rewards
Gift Pass
</Typography>

{userState.login.isAdmin && userState.login.isLoggedIn ? (
Expand Down

0 comments on commit d0e62d0

Please sign in to comment.