diff --git a/components/LinkViews/LinkList.tsx b/components/LinkViews/LinkList.tsx index e4a91b0..67a75e3 100644 --- a/components/LinkViews/LinkList.tsx +++ b/components/LinkViews/LinkList.tsx @@ -11,6 +11,7 @@ import LinkDate from "@/components/LinkViews/LinkComponents/LinkDate"; import LinkCollection from "@/components/LinkViews/LinkComponents/LinkCollection"; import LinkIcon from "@/components/LinkViews/LinkComponents/LinkIcon"; import Link from "next/link"; +import { isPWA } from "@/lib/client/utils"; type Props = { link: LinkIncludingShortenedCollectionAndTags; @@ -52,16 +53,16 @@ export default function LinkCardCompact({ link, count, className }: Props) { <>
{shortendURL}
Refresh Preserved Formats
diff --git a/layouts/MainLayout.tsx b/layouts/MainLayout.tsx index d1cf902..f0a9190 100644 --- a/layouts/MainLayout.tsx +++ b/layouts/MainLayout.tsx @@ -46,7 +46,7 @@ export default function MainLayout({ children }: Props) {