Skip to content

Commit 6200524

Browse files
committed
fix: formatting of the header in main component
1 parent 95d04fb commit 6200524

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/main.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ function App() {
3232
return (
3333
<div className="app">
3434
<nav className="nav">
35-
<h1>React Split Pane <span className="version">v{version}</span></h1>
35+
<h1>
36+
React Split Pane <span className="version">v{version}</span>
37+
</h1>
3638
<div className="nav-buttons">
3739
{examples.map(({ id, label, shortLabel }) => (
3840
<button

0 commit comments

Comments
 (0)