mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Updated Tips&Donations portal loading state (#17605)
refs https://github.com/TryGhost/Product/issues/3677 - Removed text from the loading state
This commit is contained in:
parent
2459d70048
commit
f953fedd8f
@ -35,10 +35,8 @@ const SupportPage = () => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
const title = `Loading checkout...`;
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1 style={{textAlign: 'center'}}>{title}</h1>
|
|
||||||
<LoadingPage />
|
<LoadingPage />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user