Skip to content

Commit 45a0dd2

Browse files
authored
fix(docs): Rename profiling set up (#6085)
fix(docs): Rename profiling set up
1 parent 6d06a5e commit 45a0dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/platformSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const PlatformSidebar = ({
103103
<DynamicNav
104104
root={`/${pathRoot}/profiling`}
105105
title="Profiling"
106-
prependLinks={[[`/${pathRoot}/profiling/`, "Set Up"]]}
106+
prependLinks={[[`/${pathRoot}/profiling/`, "Set Up Profiling"]]}
107107
suppressMissing
108108
tree={tree}
109109
/>

src/platforms/common/profiling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Set Up
2+
title: Set Up Profiling
33
sidebar_order: 5000
44
supported:
55
- android

0 commit comments

Comments
 (0)