Skip to content

Commit

Permalink
fix: remove incident dot
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Oct 2, 2024
1 parent 2bd5df9 commit 2679604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/layout/header/app-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function AppTabs() {
className="relative"
>
{title}
{segment === "incidents" ? <IncidentsDot /> : null}
{/* {segment === "incidents" ? <IncidentsDot /> : null} */}
</TabsLink>
);
})}
Expand Down

0 comments on commit 2679604

Please sign in to comment.