Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/six-yaks-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

Updated Page titleMetadata documentation
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface TitleProps {
title?: string;
/** Page subtitle, in regular type */
subtitle?: string;
/** Important and non-interactive status information shown immediately after the title. */
/** Important status information shown immediately after the title. */
titleMetadata?: React.ReactNode;
/** Removes spacing between title and subtitle */
compactTitle?: boolean;
Expand Down