Skip to content

Commit e151a69

Browse files
aonomikejoaopapereira
authored andcommitted
Refactor premiummob and premiumf2f routes to have hyphens
1 parent 4f84688 commit e151a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ class App extends Component {
6969
/>
7070
<Route path='/membership-plans' component={MembershipPlansPage} />
7171
<Route path='/premium' component={PremiumMembershipPage} />
72-
<Route path='/premiummob' component={PremiumMobMembershipPage} />
73-
<Route path='/premiumf2f' component={PremiumF2FMembershipPage} />
72+
<Route path='/premium-mob' component={PremiumMobMembershipPage} />
73+
<Route path='/premium-f2f' component={PremiumF2FMembershipPage} />
7474
<Route exact path='/events' component={EventsList} />
7575
<Route path='/events/:slug' component={EventInfo} />
7676
</Switch>

0 commit comments

Comments
 (0)