Skip to content

Commit 36b8495

Browse files
committed
website: fix url errors.
1 parent 2645d58 commit 36b8495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const App: React.FC = () => {
3939
}, [language]);
4040
return (
4141
<div className="App">
42-
<GitHubCorners fixed href="https://github.com/kktjs/kkt" />
42+
<GitHubCorners fixed href="https://github.com/uiwjs/react-textarea-code-editor" />
4343
<h1 className="App-title">React Textarea Code Editor</h1>
4444
<div className="App-editor">
4545
<TextareaCodeEditor

0 commit comments

Comments
 (0)