summaryrefslogtreecommitdiff
path: root/client/src/pages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/pages.ts')
-rw-r--r--client/src/pages.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/pages.ts b/client/src/pages.ts
index 5ebb9c4..4b0ec9d 100644
--- a/client/src/pages.ts
+++ b/client/src/pages.ts
@@ -1,7 +1,7 @@
const pages = [
{ name: 'Home', to: '/' },
{ name: 'Schedule', to: '/schedule' },
- { name: 'RSVP', to: '/guest/login' },
+ { name: 'RSVP', to: '/guests/login' },
{ name: 'Registry', to: '/registry' },
{ name: 'Dashboard', to: '/admin/login' },
];