mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: fix ux copy style on project feature preview page. (#4734)
This commit is contained in:
parent
9a4971efa4
commit
1561b710ca
@ -34,7 +34,7 @@ export const ProjectFeatureUpdate: FC<Props> = observer((props) => {
|
|||||||
</div>
|
</div>
|
||||||
<ProjectFeaturesList workspaceSlug={workspaceSlug} projectId={projectId} isAdmin />
|
<ProjectFeaturesList workspaceSlug={workspaceSlug} projectId={projectId} isAdmin />
|
||||||
<div className="flex items-center justify-between gap-2 mt-4 px-4 pt-4 pb-2 border-t border-custom-border-100">
|
<div className="flex items-center justify-between gap-2 mt-4 px-4 pt-4 pb-2 border-t border-custom-border-100">
|
||||||
<div className="text-sm text-custom-text-300 font-medium">
|
<div className="flex gap-1 text-sm text-custom-text-300 font-medium">
|
||||||
Congrats! Project <Logo logo={currentProjectDetails.logo_props} />{" "}
|
Congrats! Project <Logo logo={currentProjectDetails.logo_props} />{" "}
|
||||||
<p className="break-all">{currentProjectDetails.name}</p> created.
|
<p className="break-all">{currentProjectDetails.name}</p> created.
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user