diff --git a/components/LinkViews/LinkComponents/LinkActions.tsx b/components/LinkViews/LinkComponents/LinkActions.tsx index 9dfe2b27..65ebf597 100644 --- a/components/LinkViews/LinkComponents/LinkActions.tsx +++ b/components/LinkViews/LinkComponents/LinkActions.tsx @@ -16,17 +16,10 @@ import { useRouter } from "next/router"; type Props = { link: LinkIncludingShortenedCollectionAndTags; collection: CollectionIncludingMembersAndLinkCount; - position?: string; - alignToTop?: boolean; - flipDropdown?: boolean; + className?: string; }; -export default function LinkActions({ - link, - position, - alignToTop, - flipDropdown, -}: Props) { +export default function LinkActions({ link, className }: Props) { const { t } = useTranslation(); const permissions = usePermissions(link.collection.id as number); @@ -92,9 +85,7 @@ export default function LinkActions({ <> {isPublicRoute ? (