Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 components/steps-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class StepsSection extends HTMLElement {
<ds-step-list>
<ds-step step="1" icon-src="images/icon_step1.png">
<p slot="content">
현재 스터디 4기(2025년 3/30 ~ 2025년 7/12)가 진행중이에요. 다음
현재 스터디 5기(2025년 7/20 ~ 2025년 11/1)가 진행중이에요. 다음
기수 스터디 참여를 원한다면
<ds-step-text-link link="${APPLICATION_URL}">
여기
Expand Down
5 changes: 3 additions & 2 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/1109";
"https://github.com/DaleStudy/leetcode-study/discussions/1599";
export const DISCORD_URL = "https://dales.link/discord";
export const LEADERBOARD_URL = "https://leaderboard.dalestudy.com/";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/13";
export const PROJECT_URL =
"https://github.com/orgs/DaleStudy/projects/16/views/3";
export const CONTRIBUTING_URL =
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md";
export const WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki";
Expand Down