website refactor
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { User, Clock, ChevronRight } from 'lucide-react';
|
||||
import { Clock, ChevronRight } from 'lucide-react';
|
||||
import { Input } from '@/ui/Input';
|
||||
import { Heading } from '@/ui/Heading';
|
||||
import { CountrySelect } from '@/components/shared/CountrySelect';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
@@ -44,15 +43,6 @@ const TIMEZONES = [
|
||||
export function PersonalInfoStep({ personalInfo, setPersonalInfo, errors, loading }: PersonalInfoStepProps) {
|
||||
return (
|
||||
<Stack gap={6}>
|
||||
<Box>
|
||||
<Heading level={2} icon={<Icon icon={User} size={5} color="text-primary-blue" />}>
|
||||
Personal Information
|
||||
</Heading>
|
||||
<Text size="sm" color="text-gray-400" block mt={1}>
|
||||
Tell us a bit about yourself
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Grid cols={2} gap={4}>
|
||||
<Box>
|
||||
<Text as="label" htmlFor="firstName" size="sm" weight="medium" color="text-gray-300" block mb={2}>
|
||||
|
||||
Reference in New Issue
Block a user