viewer connect api

This commit is contained in:
hamid zarghami
2026-03-14 11:08:21 +03:30
parent 11f55d9c1c
commit b5a454a3fe
3 changed files with 33 additions and 30 deletions
@@ -24,10 +24,12 @@ const CatalogueItem: FC<Props> = ({ item }) => {
</div>
</div>
<div className='flex justify-end gap-1 items-center'>
<div className='size-6 bg-[#EAECF4] rounded-md flex justify-center items-center'>
<Eye size={18} color='#0047FF' />
</div>
<Link to={Paths.editor + `/id=${item.id}`}>
<Link to={Paths.viewer + `/${item.id}`}>
<div className='size-6 bg-[#EAECF4] rounded-md flex justify-center items-center'>
<Eye size={18} color='#0047FF' />
</div>
</Link>
<Link to={Paths.editor + `/${item.id}`}>
<div className='size-6 bg-[#EAECF4] rounded-md flex justify-center items-center'>
<Edit size={18} color='#0047FF' />
</div>