diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-10 16:23:07 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-10 16:23:07 -0400 |
| commit | 367fe51e7e1c55e39299e2e667ca4f399a474019 (patch) | |
| tree | 7529a1ba2f758a54e2bca845af36536e637545ed /src/Toolbar.tsx | |
| parent | b95a2af981c903489631d7a9a3aa04cab8b18c5a (diff) | |
cleanup
Diffstat (limited to 'src/Toolbar.tsx')
| -rw-r--r-- | src/Toolbar.tsx | 4 |
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 +}; |
