Skip to content

Commit

Permalink
Update header icon and favicon (#579)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <[email protected]>
(cherry picked from commit aab3e43)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 9, 2023
1 parent 68980ed commit 278ab96
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src-docs/src/components/guide_page/guide_page_header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { OuiPopover } from '../../../../src/components/popover';
import { useIsWithinBreakpoints } from '../../../../src/services/hooks';
import { OuiButtonEmpty } from '../../../../src/components/button';

import logoOUI from '../../images/logo-oui.svg';
import { GuideThemeSelector } from '../guide_theme_selector';

const pkg = require('../../../../package.json');
Expand All @@ -48,7 +47,7 @@ export const GuidePageHeader: React.FunctionComponent<{}> = () => {

function renderLogo() {
return (
<OuiHeaderLogo iconType={logoOUI} href="#/" aria-label="OUI home">
<OuiHeaderLogo iconType="logoOpenSearch" href="#/" aria-label="OUI home">
OpenSearch UI
</OuiHeaderLogo>
);
Expand Down
Binary file modified src-docs/src/images/favicon/dev/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-docs/src/images/favicon/dev/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-docs/src/images/favicon/dev/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-docs/src/images/favicon/prod/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-docs/src/images/favicon/prod/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-docs/src/images/favicon/prod/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 278ab96

Please sign in to comment.