From 53c8be18ddba6ac89f3c87386ee015004d46dbf1 Mon Sep 17 00:00:00 2001 From: Felix Nie Date: Mon, 5 May 2025 02:09:51 +0800 Subject: [PATCH] Formatted --- quartz/components/ReaderMode.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/quartz/components/ReaderMode.tsx b/quartz/components/ReaderMode.tsx index 7f08326f6..c3802545d 100644 --- a/quartz/components/ReaderMode.tsx +++ b/quartz/components/ReaderMode.tsx @@ -18,15 +18,17 @@ const ReaderMode: QuartzComponent = ({ displayClass, cfg }: QuartzComponentProps stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" - viewBox="0 0 122.88 101.37" - x="0px" - y="0px" - style="enable-background:new 0 0 122.88 101.37" + viewBox="0 0 122.88 101.37" + x="0px" + y="0px" + style="enable-background:new 0 0 122.88 101.37" xml:space="preserve" aria-label={i18n(cfg.locale).components.readerMode.title} > {i18n(cfg.locale).components.readerMode.title} - + + + )