summaryrefslogtreecommitdiff
path: root/src/Toolbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.tsx')
-rw-r--r--src/Toolbar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.tsx b/src/Toolbar.tsx
index 62c79fe..dded98d 100644
--- a/src/Toolbar.tsx
+++ b/src/Toolbar.tsx
@@ -23,8 +23,8 @@ export const Toolbar = ({ nodes, onNodeAdded = _ => {} }: ToolbarProps) => {
<button popoverTarget={id}>Add</button>
</li>
</menu>
- <h1>My Project</h1>
+ <h1>Sample Project</h1>
<div></div>
</div>
);
-}; \ No newline at end of file
+};