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 2645d58 commit 36b8495Copy full SHA for 36b8495
website/App.tsx
@@ -39,7 +39,7 @@ const App: React.FC = () => {
39
}, [language]);
40
return (
41
<div className="App">
42
- <GitHubCorners fixed href="https://github.com/kktjs/kkt" />
+ <GitHubCorners fixed href="https://github.com/uiwjs/react-textarea-code-editor" />
43
<h1 className="App-title">React Textarea Code Editor</h1>
44
<div className="App-editor">
45
<TextareaCodeEditor
0 commit comments