Skip to content

Commit

Permalink
chore: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Feb 26, 2023
1 parent c98e164 commit f576bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Menu/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const useMenuContents = () => {
const settings = useSelector(settingsSelector)
const guideUrl = (): string => {
if (settings.profile.isAttendOffline) {
return 'https://sites.google.com/view/cndt2022-guide/現地参加オフライン'
return 'https://sites.google.com/view/cicd2023/現地参加オフライン'
} else {
return 'https://sites.google.com/view/cndt2022-guide/オンライン参加'
return 'https://sites.google.com/view/cicd2023/オンライン参加'
}
}
const isPreEvent = settings.conferenceDay?.internal
Expand Down

0 comments on commit f576bae

Please sign in to comment.