diff --git a/.changeset/page-header-title-list-pages.md b/.changeset/page-header-title-list-pages.md new file mode 100644 index 0000000000..29caa37a36 --- /dev/null +++ b/.changeset/page-header-title-list-pages.md @@ -0,0 +1,5 @@ +--- +'@hyperdx/app': patch +--- + +chore: use `PageHeader` `title` prop on Alerts, Dashboards, and Saved Searches list pages for consistency with the shared header API. diff --git a/packages/app/src/AlertsPage.tsx b/packages/app/src/AlertsPage.tsx index db86d21a7c..e4dfefd809 100644 --- a/packages/app/src/AlertsPage.tsx +++ b/packages/app/src/AlertsPage.tsx @@ -358,7 +358,7 @@ export default function AlertsPage() {