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:
parent
2b6debaa3e
commit
10dface85d
8 changed files with 158 additions and 66 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue