Skip to content

Commit

Permalink
add note about google sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jongrim committed Mar 8, 2024
1 parent bbf2b91 commit 298803b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/pages/Profile/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@
your RSVP status when waitlisted. You will continue to receive
emails when promoted from the waitlist.
</p>
<p class="mt-2">
For Google Calendar you may need to
<a
href="https://calendar.google.com/calendar/u/0/syncselect"
target="_blank"
class="text-blue-700 underline"
>
enable synchronization after subscribing.
</a>
</p>
</Well>
<div v-if="store.userWebCalId" class="mt-3">
<p class="text-sm font-semibold">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/UserDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
>
<p class="text-sm font-semibold mb-3">Your facilitator</p>
<p class="grow">
{{ db.playerHistory[session.creator_id].bio || "No bio set" }}
{{ db.playerHistory[session.creator_id]?.bio || "No bio set" }}
</p>
<div class="flex gap-4 mt-4">
<MemberCheckAvatar
Expand Down

0 comments on commit 298803b

Please sign in to comment.