Skip to content

Commit 883b790

Browse files
committed
[AlphaCard] Fix typos
1 parent 75244ef commit 883b790

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

polaris.shopify.com/content/components/alpha-card/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Alpha Card
2+
title: Alpha card
33
description: Cards are used to group similar concepts and tasks together to make Shopify easier for merchants to scan, read, and get things done.
44
category: Structure
55
keywords:

polaris.shopify.com/pages/examples/alpha-card-subdued.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ import React from 'react';
33
import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
44

55
function AlphaCardExample() {
6-
return <AlphaCard backgroundColor="surface-subdued">
7-
<AlphaStack spacing="5">
8-
<Text as="h3" variant="headingMd">
9-
Online store dashboard
10-
</Text>
11-
<p>View a summary of your online store’s performance.</p>
12-
</AlphaStack>
13-
</AlphaCard>;
6+
return (
7+
<AlphaCard backgroundColor="surface-subdued">
8+
<AlphaStack spacing="5">
9+
<Text as="h3" variant="headingMd">
10+
Online store dashboard
11+
</Text>
12+
<p>View a summary of your online store’s performance.</p>
13+
</AlphaStack>
14+
</AlphaCard>
15+
);
1416
}
1517

1618
export default withPolarisExample(AlphaCardExample);

0 commit comments

Comments
 (0)