We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdbaa7 commit a56b6a1Copy full SHA for a56b6a1
src/components/home/_shared/Chennel.jsx
@@ -10,7 +10,7 @@ import {
10
function Chennel() {
11
return (
12
<>
13
- <div className="p-1 mb-3 dark:text-white">🌐 Chennel</div>
+ <div className="p-1 mb-3 dark:text-white">🌐 Channel</div>
14
<ul className="rounded-2xl bg-white dark:bg-zinc-700 p-1 flex flex-col">
15
<a
16
href={`https://github.com/${CONFIG.profile.github}`}
0 commit comments