Skip to content

Commit

Permalink
Merge a3b0e90 into 511a024
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-stav committed Nov 9, 2022
2 parents 511a024 + a3b0e90 commit 55551e4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
7 changes: 3 additions & 4 deletions packages/core/admin/admin/src/StrapiApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { basename, createHook } from './core/utils';
import configureStore from './core/store/configureStore';
import { customFields, Plugin } from './core/apis';
import App from './pages/App';
import AuthLogo from './assets/images/logo_strapi_auth_v4.png';
import MenuLogo from './assets/images/logo_strapi_menu.png';
import Logo from './assets/images/logo-strapi-2022.svg';
import Providers from './components/Providers';
import languageNativeNames from './translations/languageNativeNames';
import {
Expand All @@ -29,10 +28,10 @@ class StrapiApp {
this.customConfigurations = adminConfig.config;
this.customBootstrapConfiguration = adminConfig.bootstrap;
this.configurations = {
authLogo: AuthLogo,
authLogo: Logo,
head: { favicon },
locales: ['en'],
menuLogo: MenuLogo,
menuLogo: Logo,
notifications: { releases: true },
themes: { light: lightTheme, dark: darkTheme },
translations: {},
Expand Down
Binary file modified packages/core/admin/admin/src/assets/images/homepage-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Tooltip } from '@strapi/design-system/Tooltip';
import ExternalLink from '@strapi/icons/ExternalLink';
import CheckCircle from '@strapi/icons/CheckCircle';
import { useTracking } from '@strapi/helper-plugin';
import madeByStrapiIcon from '../../../../assets/images/icon_made-by-strapi.svg';
import StrapiLogo from '../../../../assets/images/logo-strapi-2022.svg';
import InstallPluginButton from './InstallPluginButton';
import PackageStats from './PackageStats';

Expand Down Expand Up @@ -104,7 +104,7 @@ const NpmPackageCard = ({
<Flex>
<Box
as="img"
src={madeByStrapiIcon}
src={StrapiLogo}
alt={madeByStrapiMessage}
marginLeft={1}
width={6}
Expand Down

0 comments on commit 55551e4

Please sign in to comment.