Skip to content

Commit

Permalink
change main logo
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomoceri committed Nov 15, 2024
1 parent c370521 commit 6648cd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/quartz/components/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down
Binary file added quartz/quartz/static/pubky-core-logo.webp
Binary file not shown.

0 comments on commit 6648cd7

Please sign in to comment.