Skip to content

Commit b747688

Browse files
docs: updated shortcut icon (#2722)
* docs: updated shortcut icon (#2422) * docs: use old pf logo --------- Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> Co-authored-by: Benny Powers <[email protected]>
1 parent ef2ed60 commit b747688

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

docs/images/logo/pf-logo-small.svg

Lines changed: 23 additions & 0 deletions
Loading

tools/pfe-tools/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export interface PfeConfig {
3636

3737
const SITE_DEFAULTS: Required<SiteOptions> = {
3838
description: 'PatternFly Elements: A set of community-created web components based on PatternFly design.',
39-
favicon: '/docs/images/logo/pfe-icon-blue.svg',
40-
logoUrl: '/docs/images/pfe-logo-inverse-white.svg',
39+
favicon: '/docs/images/favicon.ico',
40+
logoUrl: '/docs/images/pf-logo-small.svg',
4141
stylesheets: [],
4242
title: 'PatternFly Elements',
4343
componentSubpath: 'components',

0 commit comments

Comments
 (0)