Prevent maintenance issues when adding new faucet hosts, and fix the loader which broke during a past migration

This commit is contained in:
Jonathan Irvin
2025-01-06 14:30:16 -05:00
parent 2046540ef8
commit f0d472d7dc
3 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ export interface XRPLoaderProps {
export default function XRPLoader(props: XRPLoaderProps) {
return (
<div className="loader collapse">
<div className="loader">
<img alt="(loading)" className="throbber" src="/img/xrp-loader-96.png" />
{props.message}
</div>);