Skip to content

Commit a56b6a1

Browse files
authored
🐛 오타수정
1 parent ebdbaa7 commit a56b6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/_shared/Chennel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
function Chennel() {
1111
return (
1212
<>
13-
<div className="p-1 mb-3 dark:text-white">🌐 Chennel</div>
13+
<div className="p-1 mb-3 dark:text-white">🌐 Channel</div>
1414
<ul className="rounded-2xl bg-white dark:bg-zinc-700 p-1 flex flex-col">
1515
<a
1616
href={`https://github.com/${CONFIG.profile.github}`}

0 commit comments

Comments
 (0)