Skip to content

Commit

Permalink
Implement workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Oct 23, 2023
1 parent 59dde19 commit c2ac151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/title-bar/TitleBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const TitleBar = () => {
<Type sx={{ fontSize: 14, fontWeight: 300, pr: 1.5 }}>{name}</Type>
{[
{
key: "file",
key: "workspace",
items: [
{
name: "Load workspace",
Expand Down

0 comments on commit c2ac151

Please sign in to comment.