updated links id page

This commit is contained in:
daniel31x13
2023-12-07 00:33:05 -05:00
parent 4b1017f45b
commit ce5b1f444a
6 changed files with 77 additions and 82 deletions
-29
View File
@@ -44,35 +44,6 @@ export default function Collections() {
<p>Collections you own</p>
</div>
</div>
<div className="relative mt-2">
<div className="dropdown dropdown-bottom">
<div
tabIndex={0}
role="button"
className="btn btn-ghost btn-sm btn-square text-neutral"
>
<FontAwesomeIcon
icon={faEllipsis}
title="More"
className="w-5 h-5"
/>
</div>
<ul className="dropdown-content z-[30] menu shadow bg-base-200 border border-neutral-content rounded-box w-40 mt-1">
<li>
<div
role="button"
tabIndex={0}
onClick={() => {
(document?.activeElement as HTMLElement)?.blur();
setNewCollectionModal(true);
}}
>
New Collection
</div>
</li>
</ul>
</div>
</div>
</div>
<div className="relative mt-2">