fix: correct project name spelling from "Aallai" to "Aalai" across multiple files

This commit is contained in:
2025-07-01 13:18:22 +05:30
parent 6c74a8efde
commit 8ee579fab7
6 changed files with 7 additions and 7 deletions

4
app/package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "aallai-beta",
"name": "aalai-beta",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aallai-beta",
"name": "aalai-beta",
"version": "0.1.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",

View File

@@ -1,5 +1,5 @@
{
"name": "aallai-beta",
"name": "aalai-beta",
"version": "0.1.0",
"private": true,
"dependencies": {

View File

@@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Aallai (beta)</title>
<title>Aalai (beta)</title>
</head>
<body>

View File

@@ -44,7 +44,7 @@ const LoadingPage: React.FC<LoadingPageProps> = ({ progress }) => {
<div className="logo">
<LogoIconLarge />
</div>
<div className="content">Entering A New World with your Aallai</div>
<div className="content">Entering A New World with your Aalai</div>
</div>
<div className="progress-container">
<div className="progress-value">{validatedProgress}%</div>

View File

@@ -130,7 +130,7 @@ const UserAuth: React.FC = () => {
<div className="logo-icon">
<LogoIconLarge />
</div>
<h1>Welcome to Aallai</h1>
<h1>Welcome to Aalai</h1>
<p>
{isSignIn ? (
<>

View File

@@ -7,7 +7,7 @@ services:
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:7999
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:4999
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
container_name: aallai-beta-Demo
container_name: aalai-beta-Demo
stdin_open: true
tty: true
ports: