diff --git a/components/code-review-section.js b/components/code-review-section.js index 4c8740c..84e9c05 100644 --- a/components/code-review-section.js +++ b/components/code-review-section.js @@ -1,4 +1,5 @@ import { css, html } from "../html-css-utils.js"; +import { DISCORD_URL } from "../data.js"; class CodeReviewSection extends HTMLElement { constructor() { @@ -71,19 +72,25 @@ class CodeReviewSection extends HTMLElement { } } `; - } - + } createHtml() { return html`
- - + 코드리뷰를 통해 새로운 관점을 배울 수 있어요 + + 디스코드 참여하기 +
`; diff --git a/components/footer-link-list.js b/components/footer-link-list.js index b9ffc4f..982a259 100644 --- a/components/footer-link-list.js +++ b/components/footer-link-list.js @@ -1,5 +1,5 @@ import { css, html } from "../html-css-utils.js"; -import { APPLICATION_URL } from "../data.js"; +import { APPLICATION_URL, CONTRIBUTING_URL, FAQ_URL } from "../data.js"; class FooterLinkList extends HTMLElement { constructor() { @@ -70,7 +70,7 @@ class FooterLinkList extends HTMLElement { return html`