Skip to content
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 사용 #202

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ We manage our project using GitHub Projects. You can find the project [here](htt

## Community

- Join our [Discord](https://discord.gg/6TwzdnW6ze) to connect with other contributors.
- Join our [Discord](https://dales.link/discord) to connect with other contributors.
2 changes: 1 addition & 1 deletion components/participant-review-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ParticipantReviewsSection extends HTMLElement {
createHtml() {
return html`
<section>
<ds-hero>참가자 후기</ds-hero>
<ds-hero>참여자 후기</ds-hero>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"참가" 보다는 "참여"가 어감이 더 나은 것 같아서 수정합니다. 웹사이트의 다른 부분에도 "참여"라는 용어를 쓰고 있네요.

<ds-participant-review-list>
<ds-participant-review
author-img-src="images/participant_1.jpeg"
Expand Down
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/209";
export const DISCORD_URL = "https://discord.gg/6TwzdnW6ze";
export const DISCORD_URL = "https://dales.link/discord";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/3";
export const CONTRIBUTING_URL =
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md";
Expand Down