subscription link
This commit is contained in:
@@ -17,7 +17,25 @@ export default function SideMenuSub() {
|
||||
</div>
|
||||
|
||||
<div className="platform-list flex flex-col gap-4">
|
||||
|
||||
|
||||
<div className="item flex space-x-3 items-center">
|
||||
<p className="text-thin-light-gray text-base font-medium">
|
||||
Show Sub level
|
||||
</p>
|
||||
{/* action */}
|
||||
</div>
|
||||
|
||||
<Link to="/subscription" className="cursor-pointer p-2 md:hover:shadow-md transition md:hover:duration-300 rounded-md">
|
||||
<div className="item flex space-x-3 items-center">
|
||||
<span className="item-icon group-hover:bg-purple group-hover:text-white w-8 h-8 flex justify-center items-center transition-all duration-300 ease-in-out bg-light-purple dark:bg-dark-light-purple rounded-full">
|
||||
<Icons name="tracking2" />
|
||||
</span>
|
||||
<p className="text-thin-light-gray text-base font-medium">
|
||||
Upgrade
|
||||
</p>
|
||||
{/* action */}
|
||||
</div>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user