Skip to content

Commit

Permalink
[QA] 0225 오타 및 GDSC Hongik 네이밍 변경에 따른 QA (#125)
Browse files Browse the repository at this point in the history
* fix: gdsc 이름 변경되지 않은 부분 수정

* fix: 0225 QA 수정

* fix: 0225 QA 반영
  • Loading branch information
eugene028 authored Feb 25, 2025
1 parent 3f16885 commit 60c7b55
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<link
href="https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css"
rel="stylesheet" />
<title>GDSC Hongik</title>
<title>GDGoC Hongik</title>

<meta property="og:type" content="website" />
<meta
property="og:title"
content="GDSC Hongik 온보딩
content="GDGoC Hongik 온보딩
" />
<meta property="og:image" content="/og-images.png" />
<meta
property="og:description"
content="홍익대학교 최대 규모의 개발 커뮤니티 GDSC Hongik에서 개발자로서 성장할 기회를 얻고, 다양한 네트워킹 이벤트를 경험해보세요." />
content="홍익대학교 최대 규모의 개발 커뮤니티 GDGoC Hongik에서 개발자로서 성장할 기회를 얻고, 다양한 네트워킹 이벤트를 경험해보세요." />

<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand Down
14 changes: 7 additions & 7 deletions src/assets/HeaderLogo.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/discordConnect/JoinServer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const JoinServer = ({ onNext }: { onNext: () => void }) => {
</Flex>
<Flex direction="column" gap="xs">
<TextButton
text="GDSC Hongik 공식 디스코드 서버↗︎"
text="GDGoC Hongik 공식 디스코드 서버↗︎"
style={{ color: color.discord }}
onClick={() => window.open(RoutePath.GDSCHongikDiscord, '_blank')}
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/discordGuide/DiscordDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const DiscordDescription = ({ onNext }: { onNext: () => void }) => {
<Space height="lg" />
<Text typo="body1">
디스코드는 음성, 화상 채팅이 가능한 메신저예요. <br />
GDSC Hongik에서는
GDGoC Hongik에서는
<span style={{ color: color.discord }}> 멤버들 간의 소통,공지</span>
위해 디스코드를 사용하고 있어요. 모든 공지는 디스코드에서 안내하고
있으므로, 디스코드를 가입하고 GDSC Hongik 서버에 합류해야만 멤버로
있으므로, 디스코드를 가입하고 GDGoC Hongik 서버에 합류해야만 멤버로
활동할 수 있어요.
</Text>
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion src/components/myPage/ApproveBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const ApproveBox = ({
<Box
variant="arrow"
text="정회원 가입 완료"
subText="GDSC Hongik의 스터디 서비스인 WOW CLASS를 이용할 수 있어요."
subText="GDGoC Hongik의 스터디 서비스인 WOW CLASS를 이용할 수 있어요."
status="success"
onClick={() => {
window.location.href = 'https://study.gdschongik.com/';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Auth = () => {
</div>
{accordionState.githubDetail && (
<Text color="sub">
GDGoC Hongik에서는
GDGoC Hongik에서는{' '}
<strong>정규 스터디의 과제를 GitHub를 통해 관리</strong>
해요. 매 스터디, 혹은 여러 학술 프로그램에서 이용하기에
GitHub를 통한 로그인 방식을 채택했어요.
Expand Down
4 changes: 2 additions & 2 deletions src/utils/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 60c7b55

Please sign in to comment.