Skip to content

Commit ba96f77

Browse files
authored
feat: rename proejct changer (#960)
1 parent d6419cf commit ba96f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/twig/src/renderer/features/sidebar/components/ProjectSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export function ProjectSwitcher() {
206206
className="flex w-full cursor-pointer items-center gap-2 border-none bg-transparent px-3 py-1.5 text-left transition-colors hover:bg-gray-3"
207207
>
208208
<FolderSimple size={14} className="text-gray-11" />
209-
<Text size="1">All projects</Text>
209+
<Text size="1">Change project</Text>
210210
</button>
211211

212212
<button

0 commit comments

Comments
 (0)