We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4e3ae commit 31cedc1Copy full SHA for 31cedc1
app/src/pages/Microsim.page.tsx
@@ -11,7 +11,7 @@ export default function MicrosimPage() {
11
const navigate = useNavigate();
12
const { countryId } = useParams<{ countryId: string }>();
13
return (
14
- <Container size='xl'>
+ <Container size="xl">
15
<PageHeader
16
title="Microsimulation"
17
description="How PolicyEngine's tax and benefit models work"
0 commit comments