Skip to content

Commit

Permalink
Fixes #36199 - LoadingPage PF4 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorKGOW committed Apr 30, 2023
1 parent 96c6d18 commit d7e5f97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react';
import { Spinner } from 'patternfly-react';
import { Spinner } from '@patternfly/react-core';
import './loadingpage.scss';

const LoadingPage = () => (
<div id="loading-page">
<Spinner loading size="lg" />
<Spinner isSVG size="lg" aria-label="Loading Page" />
</div>
);

Expand Down

0 comments on commit d7e5f97

Please sign in to comment.