diff --git a/components/LinkViews/GridView.tsx b/components/LinkViews/GridView.tsx index 1b55f26..04619c7 100644 --- a/components/LinkViews/GridView.tsx +++ b/components/LinkViews/GridView.tsx @@ -1,5 +1,5 @@ import LinkCardGrid from "@/components/LinkViews/LinkComponents/LinkCardGrid"; -import { LinkIncludingShortenedCollectionAndTags } from "@/types/global"; +import {LinkIncludingShortenedCollectionAndTags} from "@/types/global"; export default function CompactGridView({ links, @@ -10,8 +10,8 @@ export default function CompactGridView({
{links.map((e, i) => { return ( -
- +
+
); })}