File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- import { Text , Stack } from '@mantine/core' ;
1+ import { Stack , Text } from '@mantine/core' ;
22import PageHeader from '@/components/shared/static/PageHeader' ;
33import { TitleCardWithHeader } from '@/components/shared/static/TextCardWithHeader' ;
44
55export 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+ }
You can’t perform that action at this time.
0 commit comments