From ee9ed4f2877bff1a64104b6d97ed0d51b1bb6fa3 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 09 Aug 2023 03:36:24 +0000
Subject: [PATCH] fix head.tsx

---
 content/configuration.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/content/configuration.md b/content/configuration.md
index 5487852..aa26213 100644
--- a/content/configuration.md
+++ b/content/configuration.md
@@ -119,6 +119,6 @@
 You can see the base style sheet in `quartz/styles/base.scss` and write your own in `quartz/styles/custom.scss`.
 
 > [!note]
-> Some components may provide their own styling as well! For example, `quartz/components/Darkmode.tsx` imports its styles from `quartz/components/styles/darkmode.scss`. If you'd like to customize styling for a specific component, double check the component definition to see how its styles are defined.
+> Some components may provide their own styling as well! For example, `quartz/components/Darkmode.tsx` imports styles from `quartz/components/styles/darkmode.scss`. If you'd like to customize styling for a specific component, double check the component definition to see how its styles are defined.
 
 When you're ready, see how [[build|build and preview]] Quartz locally.

--
Gitblit v1.10.0