diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:59:59 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:59:59 +0300 |
| commit | 4b9018b6d92ef8f1854d9dc44625295c2acd3fb3 (patch) | |
| tree | 10e01ec849c7439befd0a21f04021213e98d0f94 /src/components/note/Note.astro | |
| parent | f100d259d2ffebe61fef56ea3964f6d534d598c8 (diff) | |
Cleanup old notes feature
Diffstat (limited to 'src/components/note/Note.astro')
| -rw-r--r-- | src/components/note/Note.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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<Tag extends HTMLTag> = Polymorphic<{ as: Tag }> & { - note: CollectionEntry<"note">; + note: CollectionEntry<"micro">; isPreview?: boolean | undefined; }; |
