chore: updated error pages 404 and project-not-found in plane deploy (#1885)

* dev: custom error messages.

* dev: updated next version in yarn.lock

* dev: updated project-not-published icon
This commit is contained in:
guru_sainath 2023-08-16 17:05:40 +05:30 committed by GitHub
parent 2b6debaa3e
commit 10dface85d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 158 additions and 66 deletions

View file

@ -27,7 +27,7 @@ export const IssueListBlock = ({ issue }: { issue: IIssue }) => {
<div className="font-medium text-gray-800 h-full line-clamp-2">{issue.name}</div>
{/* priority */}
<div className="relative flex items-center gap-3 w-full">
<div className="relative flex flex-wrap items-center gap-2 w-full">
{issue?.priority && (
<div className="flex-shrink-0">
<IssueBlockPriority priority={issue?.priority} />