2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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:
Djordje Vlaisavljevic 2023-08-07 09:46:45 +01:00 committed by GitHub
parent 2459d70048
commit f953fedd8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,10 +35,8 @@ const SupportPage = () => {
}, []);
if (isLoading) {
const title = `Loading checkout...`;
return (
<div>
<h1 style={{textAlign: 'center'}}>{title}</h1>
<LoadingPage />
</div>
);