We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6419cf commit ba96f77Copy full SHA for ba96f77
1 file changed
apps/twig/src/renderer/features/sidebar/components/ProjectSwitcher.tsx
@@ -206,7 +206,7 @@ export function ProjectSwitcher() {
206
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"
207
>
208
<FolderSimple size={14} className="text-gray-11" />
209
- <Text size="1">All projects</Text>
+ <Text size="1">Change project</Text>
210
</button>
211
212
<button
0 commit comments