website refactor
This commit is contained in:
@@ -188,8 +188,8 @@ export function OnboardingTemplate({ viewData }: OnboardingTemplateProps) {
|
||||
const header = (
|
||||
<Stack direction="row" align="center" justify="between">
|
||||
<Stack gap={1}>
|
||||
<Text size="xl" weight="bold" color="text-white" uppercase letterSpacing="tighter">
|
||||
GridPilot <Text color="text-primary-blue">Onboarding</Text>
|
||||
<Text size="xl" weight="bold" color="white" uppercase letterSpacing="tighter">
|
||||
GridPilot <Text color="primary-accent">Onboarding</Text>
|
||||
</Text>
|
||||
<Text size="xs" color="text-gray-500" uppercase letterSpacing="widest">
|
||||
System Initialization
|
||||
@@ -204,7 +204,7 @@ export function OnboardingTemplate({ viewData }: OnboardingTemplateProps) {
|
||||
const sidebar = (
|
||||
<Stack gap={6}>
|
||||
<OnboardingHelpPanel title="Onboarding Process">
|
||||
Welcome to GridPilot. We're setting up your racing identity. This process ensures you're ready for the track with a complete profile and a unique AI-generated avatar.
|
||||
Welcome to GridPilot. We're setting up your racing identity. This process ensures you're ready for the track with a complete profile and a unique AI-generated avatar.
|
||||
</OnboardingHelpPanel>
|
||||
|
||||
{step === 2 && (
|
||||
|
||||
Reference in New Issue
Block a user