Skip to content

Commit ba33452

Browse files
committed
Fixed linting
1 parent ec9f408 commit ba33452

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

app/src/pages/OpenSource.page.tsx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
import {Text, Stack} from '@mantine/core';
1+
import { Stack, Text } from '@mantine/core';
22
import PageHeader from '@/components/shared/static/PageHeader';
33
import { TitleCardWithHeader } from '@/components/shared/static/TextCardWithHeader';
44

55
export default function OpenSourcePage() {
6-
  return (
7-
    <Stack gap="lg">
8-
    <PageHeader
9-
        title="Open source"
10-
        description="PolicyEngine's commitment to open source software and transparent policy analysis"
11-
      />
12-
      <TitleCardWithHeader
6+
return (
7+
<Stack gap="lg">
8+
<PageHeader
9+
title="Open source"
10+
description="PolicyEngine's commitment to open source software and transparent policy analysis"
11+
/>
12+
13+
<TitleCardWithHeader
1314
title="Coming soon"
1415
sections={[
1516
{
@@ -33,5 +34,5 @@ export default function OpenSourcePage() {
3334
]}
3435
/>
3536
</Stack>
36-
  );
37-
}
37+
);
38+
}

0 commit comments

Comments
 (0)