mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Added Copy Board Feature
This commit is contained in:
parent
b15a0fbac5
commit
993552226b
8 changed files with 125 additions and 17 deletions
|
@ -3,7 +3,7 @@ import Link from 'next/link';
|
|||
|
||||
export const Logo = () => {
|
||||
return (
|
||||
// TODO: Make this go back to teh organization page is you are logged in
|
||||
// TODO: Make this go back to the organization page if you are logged in
|
||||
<Link href='/'>
|
||||
<div className='hidden items-center gap-x-2 transition hover:opacity-75 md:flex'>
|
||||
<Image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue