Allow contributors to pin a link in a shared to a collection to their dashboard

This commit is contained in:
Isaac Wise
2024-02-04 23:43:59 -06:00
parent 34e0115a0f
commit 2d0093172a
2 changed files with 36 additions and 7 deletions
@@ -67,9 +67,8 @@ export default function LinkActions({
return (
<>
<div
className={`dropdown dropdown-left dropdown-end absolute ${
position || "top-3 right-3"
} z-20`}
className={`dropdown dropdown-left dropdown-end absolute ${position || "top-3 right-3"
} z-20`}
>
<div
tabIndex={0}
@@ -80,7 +79,7 @@ export default function LinkActions({
<i title="More" className="bi-three-dots text-xl" />
</div>
<ul className="dropdown-content z-[20] menu shadow bg-base-200 border border-neutral-content rounded-box w-44 mr-1 translate-y-10">
{permissions === true ? (
{permissions ? (
<li>
<div
role="button"