Skip to content

Commit 33a979f

Browse files
committed
Add email / slack to the right footer
1 parent cecad42 commit 33a979f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/components/main/MainRightFooter.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,18 @@ const MainRightFooter: React.FC<MainRightFooterProps> = props => {
2929
return (
3030
<MainRightFooterBlock>
3131
<div className="links">
32-
{/* <Link to="/">소개</Link> */}
32+
<a href="mailto:[email protected]">문의</a>
33+
<a
34+
href="https://bit.ly/velog-slack"
35+
target="_blank"
36+
rel="noopener noreferrer"
37+
>
38+
Slack 채널
39+
</a>
3340
<Link to="/policy/terms">서비스 정책</Link>
34-
{/* <Link to="/">FAQ</Link> */}
41+
{/* <div className="contact">
42+
<div className="email">문의 - [email protected]</div>
43+
</div> */}
3544
</div>
3645
<div className="copyright">© 2020 · velog</div>
3746
</MainRightFooterBlock>

0 commit comments

Comments
 (0)