Skip to content

Commit 0e144a4

Browse files
committed
chore: update launch screen slogan for consistency
1 parent d6ae9e5 commit 0e144a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mpp-ui/src/commonMain/kotlin/cc/unitmesh/devins/ui/compose/launch/XiuperLaunchScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ fun XiuperLaunchScreen(
400400
Spacer(modifier = Modifier.height(10.dp))
401401

402402
Text(
403-
text = "X => Super open, Xiuper build.",
403+
text = "One Platform. All Phases. Every Device.",
404404
fontSize = 16.sp,
405405
fontWeight = FontWeight.Medium,
406-
letterSpacing = 3.sp,
406+
letterSpacing = 1.sp,
407407
color = AutoDevColors.Xiuper.textSecondary.copy(alpha = textAlpha)
408408
)
409409
}

mpp-ui/src/wasmJsMain/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333

334334
<div class="loader-text">
335335
<div class="loader-title">Xiuper</div>
336-
<div class="loader-slogan">X => Super open, Xiuper build.</div>
336+
<div class="loader-slogan">One Platform. All Phases. Every Device.</div>
337337
<div class="loader-subtitle">Loading WASM<span class="loading-dots"></span></div>
338338
</div>
339339

0 commit comments

Comments
 (0)