Skip to content

Commit beb772d

Browse files
committed
fix: correct typo in footer GitHub username
1 parent 78ea89d commit beb772d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function App() {
9595
<footer className="mt-16 text-mono-400 text-sm flex items-center gap-2 opacity-60 hover:opacity-100 transition-opacity">
9696
<a href="https://github.com/netshdev" target="_blank" rel="noopener noreferrer">
9797
<Github className="size-4" />
98-
<span>netshdevC</span>
98+
<span>netshdev</span>
9999
</a>
100100
</footer>
101101

0 commit comments

Comments
 (0)