Skip to content

Commit

Permalink
Merge pull request #375 from cloudnativedaysjp/update-link
Browse files Browse the repository at this point in the history
CICD2023用のリンクに変更
  • Loading branch information
jacopen authored Feb 26, 2023
2 parents c98e164 + f576bae commit b5e5d27
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 b5e5d27

Please sign in to comment.