diff --git a/index.html b/index.html index 37ce36b..c640e59 100644 --- a/index.html +++ b/index.html @@ -7,17 +7,17 @@ - GDSC Hongik + GDGoC Hongik + content="홍익대학교 최대 규모의 개발 커뮤니티 GDGoC Hongik에서 개발자로서 성장할 기회를 얻고, 다양한 네트워킹 이벤트를 경험해보세요." /> diff --git a/src/assets/HeaderLogo.tsx b/src/assets/HeaderLogo.tsx index 3bd4453..806400d 100644 --- a/src/assets/HeaderLogo.tsx +++ b/src/assets/HeaderLogo.tsx @@ -1,18 +1,18 @@ export const HeaderLogo = () => { return ( ); diff --git a/src/components/discordConnect/JoinServer.tsx b/src/components/discordConnect/JoinServer.tsx index eea4c72..ae94862 100644 --- a/src/components/discordConnect/JoinServer.tsx +++ b/src/components/discordConnect/JoinServer.tsx @@ -46,7 +46,7 @@ export const JoinServer = ({ onNext }: { onNext: () => void }) => { window.open(RoutePath.GDSCHongikDiscord, '_blank')} /> diff --git a/src/components/discordGuide/DiscordDescription.tsx b/src/components/discordGuide/DiscordDescription.tsx index f33dd28..8a01d2d 100644 --- a/src/components/discordGuide/DiscordDescription.tsx +++ b/src/components/discordGuide/DiscordDescription.tsx @@ -15,10 +15,10 @@ export const DiscordDescription = ({ onNext }: { onNext: () => void }) => { 디스코드는 음성, 화상 채팅이 가능한 메신저예요.
- GDSC Hongik에서는 + GDGoC Hongik에서는 멤버들 간의 소통,공지를 위해 디스코드를 사용하고 있어요. 모든 공지는 디스코드에서 안내하고 - 있으므로, 디스코드를 가입하고 GDSC Hongik 서버에 합류해야만 멤버로 + 있으므로, 디스코드를 가입하고 GDGoC Hongik 서버에 합류해야만 멤버로 활동할 수 있어요.
diff --git a/src/components/myPage/ApproveBox.tsx b/src/components/myPage/ApproveBox.tsx index f36beb3..614d1fd 100644 --- a/src/components/myPage/ApproveBox.tsx +++ b/src/components/myPage/ApproveBox.tsx @@ -29,7 +29,7 @@ export const ApproveBox = ({ { window.location.href = 'https://study.gdschongik.com/'; diff --git a/src/pages/Auth.tsx b/src/pages/Auth.tsx index 01a5c5c..6dc1283 100644 --- a/src/pages/Auth.tsx +++ b/src/pages/Auth.tsx @@ -113,7 +113,7 @@ export const Auth = () => { {accordionState.githubDetail && ( - GDGoC Hongik에서는 + GDGoC Hongik에서는{' '} 정규 스터디의 과제를 GitHub를 통해 관리 해요. 매 스터디, 혹은 여러 학술 프로그램에서 이용하기에 GitHub를 통한 로그인 방식을 채택했어요. diff --git a/src/utils/sentry.ts b/src/utils/sentry.ts index 9720d1d..7197e07 100644 --- a/src/utils/sentry.ts +++ b/src/utils/sentry.ts @@ -17,8 +17,8 @@ const setSentry = () => { tracesSampleRate: 1.0, tracePropagationTargets: [ 'localhost', - /^https:\/\/(?:dev-|local-)?onboarding\.gdschongik\.com(?:\/.*)/, - /^https:\/\/(?:dev-)?api\.gdschongik\.com(?:\/.*)/ + /^https:\/\/(?:dev-|local-)?onboarding\.wawoo\.dev(?:\/.*)/, + /^https:\/\/(?:dev-)?api\.wawoo\.dev(?:\/.*)/ ], integrations: [ Sentry.browserTracingIntegration(),