Skip to content

Commit

Permalink
Merge pull request #204 from DaleStudy/update-for-season-3
Browse files Browse the repository at this point in the history
์Šคํ„ฐ๋”” 3๊ธฐ๋ฅผ ์œ„ํ•œ ์›น์‚ฌ์ดํŠธ ์ปจํ…์ธ  ์—…๋ฐ์ดํŠธ
  • Loading branch information
DaleSeo authored Nov 28, 2024
2 parents 23ef45d + 76c4ade commit 591e272
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions components/footer-link-list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { css, html } from "../html-css-utils.js";
import { APPLICATION_URL, CONTRIBUTING_URL, FAQ_URL } from "../data.js";
import { APPLICATION_URL, CONTRIBUTING_URL, WIKI_URL } from "../data.js";

class FooterLinkList extends HTMLElement {
constructor() {
Expand Down Expand Up @@ -70,11 +70,11 @@ class FooterLinkList extends HTMLElement {
return html`<ul>
<li>
<a
href="${FAQ_URL}"
href="${WIKI_URL}"
target="_blank"
aria-label="Read the FAQ discussion on Algorithm study group"
aria-label="Read the Wiki page on Algorithm study group"
>
FAQ
Wiki
</a>
</li>
Expand Down
6 changes: 3 additions & 3 deletions components/steps-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ class StepsSection extends HTMLElement {
</ds-step>
<ds-step step="3" icon-src="images/icon_step3.png">
<p slot="content">
๋งค์ฃผ ์Šคํ„ฐ๋”” ๋ฉค๋ฒ„๋“ค๋ผ๋ฆฌ
์Šคํ„ฐ๋”” ๋ฉค๋ฒ„ ๊ฐ„์— ์นœ๋ฐ€๊ฐ์„ ์Œ“๊ธฐ ์œ„ํ•ด
<ds-step-text-link link="${DISCORD_URL}">
๋””์Šค์ฝ”๋“œ
</ds-step-text-link>
์—์„œ ๊ฐ„๋‹จํ•œ ๋ชจ์ž„์„ ๊ฐ€์ ธ์š”. ๋ฉค๋ฒ„ ๊ฐ„์˜ ์นœ๋ฐ€๊ฐ๋„ ์Œ“๊ณ  ํ•ด์™ธ ์ทจ์—…
๊ด€๋ จํ•œ ์œ ์šฉํ•œ ์ •๋ณด๋„ ๊ณต์œ ํ•˜๊ณ  ์žˆ์–ด์š”.
์—์„œ ์ž์œจ์ ์ธ ๋Œ€ํ™”์™€ ๋ชจ์ž„์„ ๊ฐ€์ ธ์š”. ํ•จ๊ป˜ ์ฝ”๋”ฉ ์‹œํ—˜/๋ฉด์ ‘ ์ค€๋น„๋ฅผ
ํ•˜๊ณ  ํ•ด์™ธ ์ทจ์—… ๊ด€๋ จํ•œ ์œ ์šฉํ•œ ์ •๋ณด๋„ ๊ณต์œ ํ•˜๊ณ  ์žˆ์–ด์š”.
</p>
</ds-step>
</ds-step-list>
Expand Down
5 changes: 2 additions & 3 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/209";
"https://github.com/DaleStudy/leetcode-study/discussions/620";
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";
export const FAQ_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/54";
export const WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki";
export const ALGO_DALE_URL = "https://www.algodale.com/";
export const LINKED_IN_URL = "https://www.linkedin.com/in/daleseo/";
export const GITHUB_URL = "https://github.com/DaleStudy/leetcode-study";
Expand Down

0 comments on commit 591e272

Please sign in to comment.