Skip to content

Commit f16ae25

Browse files
committed
Sidebar & MobileHeader 네비게이션 링크 추가
1 parent 280fa48 commit f16ae25

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/Sidebar.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ function StatsIcon() {
5151
);
5252
}
5353

54+
function WordCloudIcon() {
55+
return (
56+
<svg className="size-4 shrink-0" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
57+
<path strokeLinecap="round" strokeLinejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" />
58+
</svg>
59+
);
60+
}
61+
5462
function GitHubIcon() {
5563
return (
5664
<svg className="size-4 shrink-0" viewBox="0 0 24 24" fill="currentColor">

0 commit comments

Comments
 (0)