From e1f036adb22091d7f7dcbf2c87e1a3008c36a62b Mon Sep 17 00:00:00 2001 From: Yee Jia Wei Date: Mon, 18 Dec 2023 06:06:55 +0800 Subject: [PATCH] minor fix --- components/LinkViews/GridView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ( -
- +
+
); })}