From 4b9018b6d92ef8f1854d9dc44625295c2acd3fb3 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 13:59:59 +0300 Subject: Cleanup old notes feature --- src/components/note/Note.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/note/Note.astro') diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro index b6a11c8..54d1fc0 100644 --- a/src/components/note/Note.astro +++ b/src/components/note/Note.astro @@ -4,7 +4,7 @@ import type { HTMLTag, Polymorphic } from "astro/types"; import FormattedDate from "@/components/FormattedDate.astro"; type Props = Polymorphic<{ as: Tag }> & { - note: CollectionEntry<"note">; + note: CollectionEntry<"micro">; isPreview?: boolean | undefined; }; -- cgit v1.2.3