Skip to content

Commit

Permalink
fix: move calendar page
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Jan 18, 2023
1 parent c73f37a commit 94e0f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ mozfest:
twitterUrl: https://twitter.com/hashtag/MozFest
calendarHelpSubtitle: Get your MozFest sessions in your own calendar
calendarHelpTitle: 'Calendar Sync'
calendarHelpUrl: /calendar
calendarHelpUrl: /sync-calendar

footer:
appName: MozFest
Expand Down
2 changes: 1 addition & 1 deletion client/src/router/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const routes: Array<RouteConfig> = [
},
},
{
path: '/calendar',
path: '/sync-calendar',
name: ExtraRoutes.Calendar,
component: () =>
import(/* webpackChunkName: "static" */ '../views/CalendarView.vue'),
Expand Down
2 changes: 1 addition & 1 deletion content/my-schedule/en.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Here's all your content, in one place ready to go.
Here's all your content, in one place ready to go. [Calendar sync](/sync-calendar)

0 comments on commit 94e0f63

Please sign in to comment.