Skip to content

Commit

Permalink
Replaced old logo with new logo (png placeholder)
Browse files Browse the repository at this point in the history
  • Loading branch information
olipra authored Dec 10, 2024
1 parent a954762 commit 099a9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<h2 class={classNames(displayClass, "page-title")}>
<a href={baseDir}>
Expand Down

0 comments on commit 099a9c3

Please sign in to comment.