Skip to content

Commit

Permalink
Changing Metrics to Metrics Analytics
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <lnse@amazon.com>
  • Loading branch information
sejli committed Nov 4, 2022
1 parent 7dd570b commit 4d4309d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboards-observability/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const App = ({
<>
<Switch>
<Route
path="#/metrics_analytics/"
path="/metrics_analytics/"
render={(props) => {
chrome.setBreadcrumbs([
parentBreadcrumb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const Home = ({
/>
<Route
exact
path="/metrics"
path="/metrics_analytics"
render={(props) => (
<div>
<EuiPage>
Expand Down

0 comments on commit 4d4309d

Please sign in to comment.