Skip to content

Commit

Permalink
fix: pagename layout
Browse files Browse the repository at this point in the history
  • Loading branch information
remy727 committed Dec 4, 2024
1 parent 909408b commit bb84603
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions web/frontend/pages/pagename.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ export default function PageName() {
<BlockStack gap="400">
<Card>
<Text variant="headingMd" as="h2">
{t("PageName.heading")}
</Text>
<BlockStack gap="400">
<p>{t("PageName.body")}</p>
</BlockStack>
</Card>
<Card>
<Text variant="headingMd" as="h2">
{t("PageName.heading")}
</Text>
<BlockStack gap="400">
<p>{t("PageName.body")}</p>
</BlockStack>
</Card>
{t("PageName.heading")}
</Text>
<BlockStack gap="400">
<p>{t("PageName.body")}</p>
</BlockStack>
</Card>
<Card>
<Text variant="headingMd" as="h2">
{t("PageName.heading")}
</Text>
<BlockStack gap="400">
<p>{t("PageName.body")}</p>
</BlockStack>
</Card>
</BlockStack>
</Layout.Section>
<Layout.Section variant="oneThird">
Expand Down

0 comments on commit bb84603

Please sign in to comment.