mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
Replaced old logo with new logo (png placeholder)
This commit is contained in:
parent
a954762dc9
commit
099a9c3076
1 changed files with 1 additions and 1 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue