diff --git a/polaris.shopify.com/content/components/deprecated/setting-toggle.mdx b/polaris.shopify.com/content/components/deprecated/setting-toggle.mdx index ed40892fe21..a1f09897295 100644 --- a/polaris.shopify.com/content/components/deprecated/setting-toggle.mdx +++ b/polaris.shopify.com/content/components/deprecated/setting-toggle.mdx @@ -65,22 +65,6 @@ The setting toggle component should only be used when: If the setting is dependent on other settings, uses progressive disclosure, or has options that are not a simple “On”/“Off”, use a different UI element such as [Checkbox](https://polaris.shopify.com/components/selection-and-input/checkbox) or [Radio button](https://polaris.shopify.com/components/selection-and-input/radio-button). - - -#### Do - -Only include the actions Turn on/ Turn off. - -![Setting toggle do](/images/components/deprecated/setting-toggle/Do.png) - -#### Don’t - -Don't include additional settings or inputs. - -![Setting toggle dont](/images/components/deprecated/setting-toggle/Dont.png) - - - --- ## Content guidelines diff --git a/polaris.shopify.com/content/components/internal-only/modal.mdx b/polaris.shopify.com/content/components/internal-only/modal.mdx index bd87f1ce69e..b3b51e46615 100644 --- a/polaris.shopify.com/content/components/internal-only/modal.mdx +++ b/polaris.shopify.com/content/components/internal-only/modal.mdx @@ -206,13 +206,13 @@ Tertiary actions should: #### Do -![Screenshot of modal with a plain button as a tertiary action](/images/components/internal-only/modal/do-use-plain-button-for-tertiary-action@2x.png) +![Screenshot of modal with a plain button as a tertiary action](/images/components/deprecated/modal/do-use-plain-button-for-tertiary-action@2x.png) Use a plain button for a tertiary action if needed #### Don’t -![Screenshot of modal with a destructive button as a tertiary action](/images/components/internal-only/modal/dont-use-destructive-tertiary-action@2x.png) +![Screenshot of modal with a destructive button as a tertiary action](/images/components/deprecated/modal/dont-use-destructive-tertiary-action@2x.png) Use a tertiary action for a destructive action diff --git a/polaris.shopify.com/public/images/components/overlays/modal/do-use-plain-button-for-tertiary-action@2x.png b/polaris.shopify.com/public/images/components/deprecated/modal/do-use-plain-button-for-tertiary-action@2x.png similarity index 100% rename from polaris.shopify.com/public/images/components/overlays/modal/do-use-plain-button-for-tertiary-action@2x.png rename to polaris.shopify.com/public/images/components/deprecated/modal/do-use-plain-button-for-tertiary-action@2x.png diff --git a/polaris.shopify.com/public/images/components/overlays/modal/dont-use-destructive-tertiary-action@2x.png b/polaris.shopify.com/public/images/components/deprecated/modal/dont-use-destructive-tertiary-action@2x.png similarity index 100% rename from polaris.shopify.com/public/images/components/overlays/modal/dont-use-destructive-tertiary-action@2x.png rename to polaris.shopify.com/public/images/components/deprecated/modal/dont-use-destructive-tertiary-action@2x.png