We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46f2b0 commit 7f604d4Copy full SHA for 7f604d4
frontend/src/components/intake/IntakeHeader.tsx
@@ -17,14 +17,7 @@ export function IntakeHeader({ title }: IntakeHeaderProps) {
17
};
18
19
return (
20
- <Flex
21
- w="full"
22
- maxW="1200px"
23
- justify="space-between"
24
- align="center"
25
- mb={8}
26
- px={4}
27
- >
+ <Flex w="full" maxW="1200px" justify="space-between" align="center" mb={8} px={4}>
28
<Text
29
fontFamily="system-ui, -apple-system, sans-serif"
30
fontWeight={600}
0 commit comments