Add item button moved down

This commit is contained in:
victorAnumudu
2023-08-08 22:06:44 +01:00
parent e61b2c8f43
commit 5b39e75119
3 changed files with 106 additions and 10 deletions
+2 -2
View File
@@ -136,14 +136,14 @@ export default function Resources(props) {
<div className="tab-items">
<TabList tabCategories={tab_categories} />
</div>
<div style={{ transform: "translateY(-22px)" }}>
{/* <div style={{ transform: "translateY(-22px)" }}>
<Link
to="/my-uploads"
className="btn-gradient lg:flex hidden w-[153px] h-[46px] rounded-full text-white justify-center items-center"
>
Add My Item
</Link>
</div>
</div> */}
</div>
<div className="hidden lg:block w-full h-[1px] bg-[#DCD5FE] dark:bg-[#5356fb29] absolute top-[42px] left-0"></div>
</div>