From 099a9c30761df4f92844441fcebb5efe5d4a2dac Mon Sep 17 00:00:00 2001 From: Olipra <109831019+olipra@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:02:35 +0100 Subject: [PATCH] Replaced old logo with new logo (png placeholder) --- quartz/components/PageTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/PageTitle.tsx b/quartz/components/PageTitle.tsx index 8ac3caa..65b58e2 100644 --- a/quartz/components/PageTitle.tsx +++ b/quartz/components/PageTitle.tsx @@ -6,7 +6,7 @@ import { i18n } from "../i18n" const PageTitle: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzComponentProps) => { const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title const baseDir = pathToRoot(fileData.slug!) - const iconPath = joinSegments(baseDir, "static/icon.svg") + const iconPath = joinSegments(baseDir, "static/icon.png") return (