From 2736c98b8fac97613ad8ba41256b0a128f109e53 Mon Sep 17 00:00:00 2001 From: Tanzeel159 <20295349+Tanzeel159@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:52:59 -0500 Subject: [PATCH] edited out unnecessary code --- quartz/components/ContentMeta.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz/components/ContentMeta.tsx b/quartz/components/ContentMeta.tsx index c808670d4..c37592d5c 100644 --- a/quartz/components/ContentMeta.tsx +++ b/quartz/components/ContentMeta.tsx @@ -65,12 +65,12 @@ export default ((opts?: Partial) => {

{readingTimeStr}
Last updated on {modifiedSegment}
- 🌟 + {/* 🌟 Edit This Page!   🗓️ History - + */}

) @@ -88,4 +88,4 @@ export default ((opts?: Partial) => { ContentMetadata.css = style return ContentMetadata -}) satisfies QuartzComponentConstructor \ No newline at end of file +}) satisfies QuartzComponentConstructor