website refactor
This commit is contained in:
@@ -2,7 +2,6 @@ import { Button } from '@/ui/Button';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Icon } from '@/ui/Icon';
|
||||
import { ChevronLeft, ChevronRight, Check } from 'lucide-react';
|
||||
import { Box } from '@/ui/Box';
|
||||
|
||||
interface OnboardingPrimaryActionsProps {
|
||||
onBack?: () => void;
|
||||
@@ -41,7 +40,7 @@ export function OnboardingPrimaryActions({
|
||||
Back
|
||||
</Button>
|
||||
) : (
|
||||
<Box />
|
||||
<Stack />
|
||||
)}
|
||||
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user