···146146 </Section>
147147 <Section>
148148 <SectionHeader>
149149- <SectionTitle>Timeline</SectionTitle>
149149+ <SectionTitle>Regions</SectionTitle>
150150 <SectionDescription>
151151- What happened to your monitor over the last {TIMELINE_INTERVAL} days
151151+ Every region's latency over the last 24 hours
152152 </SectionDescription>
153153 </SectionHeader>
154154- <AuditLogsWrapper monitorId={id} interval={TIMELINE_INTERVAL} />
154154+ <DataTable data={regionMetrics} columns={regionColumns} />
155155 </Section>
156156 <Section>
157157 <SectionHeader>
158158- <SectionTitle>Regions</SectionTitle>
158158+ <SectionTitle>Timeline</SectionTitle>
159159 <SectionDescription>
160160- Every region's latency over the last 24 hours
160160+ What happened to your monitor over the last {TIMELINE_INTERVAL} days
161161 </SectionDescription>
162162 </SectionHeader>
163163- <DataTable data={regionMetrics} columns={regionColumns} />
163163+ <AuditLogsWrapper monitorId={id} interval={TIMELINE_INTERVAL} />
164164 </Section>
165165 </SectionGroup>
166166 );