Update homepage loading message
cgen-32a47fa448f146568b27355284fcbd0c
This commit is contained in:
parent
ea5c1db1db
commit
4ff81769d6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export default function Index() {
|
||||||
];
|
];
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
return <LoadingScreen message="Initializing AeThex Systems..." showProgress={true} duration={1200} />;
|
return <LoadingScreen message="Initializing AeThex OS..." showProgress={true} duration={1200} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue