This commit is contained in:
@@ -301,7 +301,7 @@ export function BoardPanelClient({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className=" overflow-hidden h-full min-h-0 flex flex-col bg-white">
|
<div className="rounded-xl overflow-hidden h-full min-h-0 flex flex-col bg-white">
|
||||||
{!isTextMain && (
|
{!isTextMain && (
|
||||||
<div className="px-3 py-2 border-b border-neutral-200 flex items-center justify-between">
|
<div className="px-3 py-2 border-b border-neutral-200 flex items-center justify-between">
|
||||||
<Link href={`/boards/${board.slug}`} className="text-lg md:text-xl font-bold text-neutral-800 truncate">{board.name}</Link>
|
<Link href={`/boards/${board.slug}`} className="text-lg md:text-xl font-bold text-neutral-800 truncate">{board.name}</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user