-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
모든 URL 중앙화 #197
모든 URL 중앙화 #197
Conversation
@@ -66,7 +64,7 @@ class StepsSection extends HTMLElement { | |||
<ds-step step="3" icon-src="images/icon_step3.png"> | |||
<p slot="content"> | |||
매주 스터디 멤버들끼리 | |||
<ds-step-text-link link="https://discord.com/invite/6TwzdnW6ze"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디스코드 URL이 여러 군데 있어도 이제는 동일하겠지 생각하고 있었는데 아니었네요. 😅 한 곳으로 빼기 잘 했다는 생각이 들었습니다. 코드 편집기의 모두 찾기 기능으로 일괄 바꿔치기 했더라면 이 놈은 놓칠뻔했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
본 PR의 목표와는 관계가 없지만 파일 이름이 컴포넌트 명과 일치하지 않아서 정정하였습니다.
@DaleStudy/website 이렇게 쭉 URL을 뽑고 나니, |
이견 없습니다. 이쯤되니 Lit에서는 어떤 방식으로 코드를 작성하고 있을지 궁금하네요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! How do you find maintaining the code so far in this project?
동의합니다. |
PR #196 에서 했던 것과 유사하게 다른 URL 들도 모두
data.js
파일로 추출한 후 필요한 컴포넌트 파일에서 임포트하도록 수정하였습니다.Checklist before merging