From a9c6570f99612d8fa004671d722416b14c305a5f Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Thu, 17 Oct 2024 18:24:25 -0400 Subject: [PATCH] chore: run formatter Signed-off-by: Aaron Pham --- quartz/components/Comments.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quartz/components/Comments.tsx b/quartz/components/Comments.tsx index 96e040517..44331cc90 100644 --- a/quartz/components/Comments.tsx +++ b/quartz/components/Comments.tsx @@ -39,7 +39,9 @@ export default ((opts: Options) => { data-input-position={opts.options.inputPosition ?? "bottom"} data-light-theme={opts.options.lightTheme ?? "light"} data-dark-theme={opts.options.darkTheme ?? "dark"} - data-theme-url={opts.options.themeUrl ?? `https://${cfg.baseUrl ?? "example.com"}/static/giscus`} + data-theme-url={ + opts.options.themeUrl ?? `https://${cfg.baseUrl ?? "example.com"}/static/giscus` + } > ) }