Skip to content

Commit

Permalink
ISPN-16051 About background image is broken in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed May 14, 2024
1 parent c95d187 commit a350ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/app/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
Spinner
} from '@patternfly/react-core';
import icon from '!!url-loader!@app/assets/favicons/ms-icon-310x310.png';
import backgroundImage from '!!url-loader!@app/assets/images/infinispanbg_1200.png';
import {
FacebookIcon,
GithubIcon,
Expand All @@ -29,8 +28,8 @@ import {
import { global_spacer_lg } from '@patternfly/react-tokens';
import { useFetchVersion } from '@app/services/serverHook';
import { useTranslation } from 'react-i18next';
import './About.css';
import { useEffect } from 'react';
import './About.css';

const About = (props: { isModalOpen: boolean; closeModal: () => void }) => {
const { t } = useTranslation();
Expand Down Expand Up @@ -62,7 +61,7 @@ const About = (props: { isModalOpen: boolean; closeModal: () => void }) => {
brandImageSrc={icon}
brandImageAlt={brandname + ' Logo'}
productName={brandname}
backgroundImageSrc={backgroundImage}
// backgroundImageSrc={backgroundImage}
>
<Stack>
<StackItem style={{ paddingBottom: global_spacer_lg.value }}>
Expand Down
1 change: 0 additions & 1 deletion src/app/Welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { CatalogIcon, DownloadIcon, GithubIcon, UnknownIcon } from '@patternfly/
import { chart_color_blue_500, chart_global_Fill_Color_white } from '@patternfly/react-tokens';
import { ConsoleBackground } from '@app/Common/ConsoleBackground/ConsoleBackground';
import { Support } from '@app/Support/Support';
import { KeycloakService } from '@services/keycloakService';
import { useTranslation } from 'react-i18next';
import { ConsoleServices } from '@services/ConsoleServices';
import { useNavigate } from 'react-router';
Expand Down

0 comments on commit a350ffd

Please sign in to comment.