From 6b445598956f927cede082a2a4fd44e87635236b Mon Sep 17 00:00:00 2001 From: Nayeob Kim Date: Mon, 14 Nov 2022 11:19:55 -0800 Subject: [PATCH] Updated the related components links in `Tiles` --- .changeset/nice-poets-pull.md | 5 +++++ polaris.shopify.com/content/components/tiles.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/nice-poets-pull.md diff --git a/.changeset/nice-poets-pull.md b/.changeset/nice-poets-pull.md new file mode 100644 index 00000000000..1c4fd8215d3 --- /dev/null +++ b/.changeset/nice-poets-pull.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Updated the related components links in `Tiles` diff --git a/polaris.shopify.com/content/components/tiles.md b/polaris.shopify.com/content/components/tiles.md index b77a0e29cf0..f0023396029 100644 --- a/polaris.shopify.com/content/components/tiles.md +++ b/polaris.shopify.com/content/components/tiles.md @@ -21,5 +21,5 @@ examples: ## Related components - For more control over widths, spacing, and alignment, [use the Columns component](https://polaris.shopify.com/components/columns) -- To lay out a set of smaller components horizontally, [use the Inline](https://polaris.shopify.com/components/inline) component -- To lay out a set of smaller components vertically, [use the Alpha stack](https://polaris.shopify.com/components/alphastack) component +- To lay out a set of smaller components horizontally, [use the Inline component](https://polaris.shopify.com/components/inline) +- To lay out a set of smaller components vertically, [use the Alpha stack component](https://polaris.shopify.com/components/alphastack)