mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 11:19:34 +00:00
Added Very Basic Liveblocks Implimentation and README Updates
This commit is contained in:
parent
5a76ac0611
commit
0190fad583
12 changed files with 336 additions and 15 deletions
|
@ -7,7 +7,7 @@ interface BoardNavbarProps {
|
|||
data: Board;
|
||||
}
|
||||
|
||||
export const BoardNavbar = async ({ data }: BoardNavbarProps) => {
|
||||
export const BoardNavbar = ({ data }: BoardNavbarProps) => {
|
||||
return (
|
||||
<div className='fixed top-14 z-[40] flex h-14 w-full items-center gap-x-4 bg-black/50 px-6 text-white'>
|
||||
<BoardTitleForm data={data} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue