@greatapps/common 1.1.367 → 1.1.368
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -144,13 +144,13 @@ export function ProjectSelectorPopover({
|
|
|
144
144
|
{onManageProjects && (
|
|
145
145
|
<>
|
|
146
146
|
<div className="border-t border-gray-200" />
|
|
147
|
-
<
|
|
148
|
-
|
|
149
|
-
className="paragraph-small-medium text-
|
|
147
|
+
<Button
|
|
148
|
+
variant="ghost"
|
|
149
|
+
className="paragraph-small-medium text-gray-600 hover:text-gray-950 hover:bg-zinc-50 w-full justify-center"
|
|
150
150
|
onClick={onManageProjects}
|
|
151
151
|
>
|
|
152
152
|
Gerenciar projetos
|
|
153
|
-
</
|
|
153
|
+
</Button>
|
|
154
154
|
</>
|
|
155
155
|
)}
|
|
156
156
|
</div>
|