bug fix + improvements + bundled up the app

This commit is contained in:
daniel31x13
2023-12-24 06:46:08 -05:00
parent e27fb90f14
commit 86820c402b
10 changed files with 278 additions and 66 deletions
+6 -1
View File
@@ -100,7 +100,12 @@ export default function LinkGrid({ link, count, className }: Props) {
) : undefined}
</div>
<LinkActions link={link} collection={collection} />
<LinkActions
toggleShowInfo={() => {}}
linkInfo={false}
link={link}
collection={collection}
/>
</div>
);
}