Skip to content

Commit 6243a8f

Browse files
restore update resource details imgs (#8358)
#8348 clobbered by rebase, restoring it with this PR --------- Co-authored-by: Raquel Breternitz <raquelbreternitz@gmail.com>
1 parent 8f1abe1 commit 6243a8f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-426 KB
Loading
-14.6 KB
Loading

polaris.shopify.com/src/components/Grid/Grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const GridItem = forwardRef(
7474
<h4>
7575
{title} {status && <StatusBadge status={status} />}
7676
</h4>
77-
<p>{stripMarkdownLinks(description || "")}</p>
77+
<p>{stripMarkdownLinks(description || '')}</p>
7878
</Link>
7979
{deepLinks && (
8080
<ul className={styles.DeepLinks}>

0 commit comments

Comments
 (0)