Include splits contract dashboard link on the sidebar

This commit is contained in:
Serkan Reis 2023-03-19 21:18:43 +03:00
parent 1874d5d7d2
commit 45ecf7aaba

View File

@ -190,6 +190,15 @@ export const Sidebar = () => {
<Link href="/contracts/badgeHub/">Badge Hub Contract</Link>
</li>
</Conditional>
<li
className={clsx(
'text-lg font-bold hover:text-white hover:bg-stargaze-80 rounded',
router.asPath.includes('/contracts/splits/') ? 'text-white' : 'text-gray',
)}
tabIndex={-1}
>
<Link href="/contracts/splits/">Splits Contract</Link>
</li>
</ul>
</li>
</ul>