We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d04fb commit 6200524Copy full SHA for 6200524
1 file changed
examples/main.tsx
@@ -32,7 +32,9 @@ function App() {
32
return (
33
<div className="app">
34
<nav className="nav">
35
- <h1>React Split Pane <span className="version">v{version}</span></h1>
+ <h1>
36
+ React Split Pane <span className="version">v{version}</span>
37
+ </h1>
38
<div className="nav-buttons">
39
{examples.map(({ id, label, shortLabel }) => (
40
<button
0 commit comments