mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
ui(macos): lower onboarding welcome content
This commit is contained in:
@@ -132,6 +132,7 @@ struct OnboardingView: View {
|
||||
|
||||
private func welcomePage() -> some View {
|
||||
self.onboardingPage {
|
||||
VStack(spacing: 22) {
|
||||
Text("Welcome to Clawdis")
|
||||
.font(.largeTitle.weight(.semibold))
|
||||
Text(
|
||||
@@ -173,6 +174,8 @@ struct OnboardingView: View {
|
||||
}
|
||||
.frame(maxWidth: 520)
|
||||
}
|
||||
.padding(.top, 16)
|
||||
}
|
||||
}
|
||||
|
||||
private func connectionPage() -> some View {
|
||||
|
||||
Reference in New Issue
Block a user