add event header

This commit is contained in:
Francis Cao 2025-10-09 13:26:54 -07:00
parent 64b5a72963
commit 654156d239

View file

@ -119,6 +119,8 @@ export function WebsitePanels({ websiteId }: { websiteId: string }) {
{isSharePage && (
<GridRow layout="two-one" {...rowProps}>
<Panel>
<Heading size="2">{formatMessage(labels.event)}</Heading>
<Row border="bottom" marginBottom="4" />
<MetricsTable
websiteId={websiteId}
type="event"