Skip to content

Commit

Permalink
fix(ui): typo in mapping page - enrich instead of enirch (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren authored Nov 27, 2024
1 parent 20175ff commit e067e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keep-ui/app/(keep)/mapping/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Layout({ children }: { children: any }) {
<main className="p-4 md:p-10 mx-auto max-w-full">
<Title>Mapping</Title>
<Subtitle>
Enirch alerts with more data from Topology, CSV, JSON and YAMLs
Enrich alerts with more data from Topology, CSV, JSON and YAMLs
</Subtitle>
{children}
</main>
Expand Down
2 changes: 1 addition & 1 deletion keep-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const nextConfig = {
],
},
compiler: {
removeConsole: false,
removeConsole: process.env.NODE_ENV === "production",
},
output: "standalone",
productionBrowserSourceMaps:
Expand Down

0 comments on commit e067e01

Please sign in to comment.