Skip to content

Commit 0615e4a

Browse files
committed
fix: title
Signed-off-by: amitamrutiya <[email protected]>
1 parent 073d1da commit 0615e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/Workspaces/WorkspaceCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ const CardFront = ({
299299
disabled={!isDesignAllowed}
300300
/>
301301
) : (
302-
<RedirectButton title="Designs/Views" count={designAndViewOfWorkspaceCount} />
302+
<RedirectButton title="Designs" count={designAndViewOfWorkspaceCount} />
303303
)}
304304
<RedirectButton title="Deploys" count={0} />
305305
</AllocationWorkspace>

0 commit comments

Comments
 (0)