change main logo

This commit is contained in:
flaviomoceri
2024-11-15 20:41:16 +01:00
parent c370521885
commit 6648cd700b
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ const PageTitle: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompo
return (
<>
<a href="/">
<img style={{ margin: 0 }} src="static/pubky-core-logo.svg" width={209} height={44} />
<img style={{ margin: 0 }} src="static/pubky-core-logo.webp" width={209} height={44} />
</a>
{/** <h2 class={classNames(displayClass, "page-title")}>
<a href={baseDir}>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB