tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
fix: remove incident dot
Maximilian Kaske
1 year ago
26796044
2bd5df97
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
components
layout
header
app-tabs.tsx
+1
-1
apps/web/src/components/layout/header/app-tabs.tsx
···
28
28
className="relative"
29
29
>
30
30
{title}
31
31
-
{segment === "incidents" ? <IncidentsDot /> : null}
31
31
+
{/* {segment === "incidents" ? <IncidentsDot /> : null} */}
32
32
</TabsLink>
33
33
);
34
34
})}