fix: typo in empty issue screen

This commit is contained in:
LAKHAN BAHETI 2023-12-06 18:06:21 +05:30
parent 67b16f9c2e
commit bdd215f2d5

View File

@ -18,7 +18,7 @@ export const ProjectEmptyState: React.FC = observer(() => {
<div className="h-full w-full grid place-items-center">
<NewEmptyState
title="Create an issue and assign it to someone, even yourself"
description="Think of issues as jobs, tasks, work, or JTBD. Which we like.An issue and its sub-issues are usually time-based actionables assigned to members of your team. Your team creates, assigns, and completes issues to move your project towards its goal."
description="Think of issues as jobs, tasks, work, or JTBD. Which we like. An issue and its sub-issues are usually time-based actionables assigned to members of your team. Your team creates, assigns, and completes issues to move your project towards its goal."
image={emptyIssue}
comicBox={{
title: "Issues are building blocks in Plane.",