refactor: integrated global kanban view everywhere
This commit is contained in:
parent
58eda658c8
commit
85b7f39ed3
15 changed files with 374 additions and 658 deletions
|
|
@ -191,7 +191,7 @@ const WorkspacePage: NextPage = () => {
|
|||
<a className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-2 text-sm">
|
||||
{project.icon ? (
|
||||
<span className="grid flex-shrink-0 place-items-center rounded uppercase text-white">
|
||||
<span className="grid flex-shrink-0 place-items-center rounded uppercase">
|
||||
{String.fromCodePoint(parseInt(project.icon))}
|
||||
</span>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue