diff --git a/src/Pages/Incidents/Components/OptionsHeader/index.jsx b/src/Pages/Incidents/Components/OptionsHeader/index.jsx
index 967acfed5..c3a15963d 100644
--- a/src/Pages/Incidents/Components/OptionsHeader/index.jsx
+++ b/src/Pages/Incidents/Components/OptionsHeader/index.jsx
@@ -20,6 +20,13 @@ const OptionsHeader = ({
const theme = useTheme();
const monitorNames = typeof monitors !== "undefined" ? Object.values(monitors) : [];
+ // The stacks below which are three in number have the same style so
+ const stackStyles = {
+ direction: "row",
+ alignItems: "center",
+ gap: theme.spacing(6),
+ };
+
if (!shouldRender) return ;
return (
@@ -27,17 +34,13 @@ const OptionsHeader = ({
direction="row"
justifyContent="space-between"
>
-
+
- Incidents for
+ Incidents for:
-
+
Filter by:
-
+
-
+
Show:
-
+