@@ -82,7 +82,13 @@ const IndexPage = () => {
82
82
</ Nav . Item >
83
83
< SandboxOnly >
84
84
< Nav . Item >
85
- < Nav . Link className = "text-primary" href = { getSandboxURL ( ) . toString ( ) } target = "_blank" > Demo</ Nav . Link >
85
+ < Nav . Link
86
+ className = "text-primary"
87
+ href = { getSandboxURL ( ) . toString ( ) }
88
+ target = "_blank"
89
+ >
90
+ Demo
91
+ </ Nav . Link >
86
92
</ Nav . Item >
87
93
</ SandboxOnly >
88
94
< Nav . Item >
@@ -140,33 +146,29 @@ const IndexPage = () => {
140
146
< a href = "https://develop.sentry.dev/self-hosted/" >
141
147
Self-Hosted Sentry
142
148
</ a >
143
- < a href = "https://help.sentry.io/" >
144
- Support
145
- </ a >
149
+ < a href = "https://help.sentry.io/" > Support</ a >
146
150
</ div >
147
151
148
152
< h3 > Learn more...</ h3 >
149
153
< div className = "flex-row link-row" >
150
154
< div >
151
155
< ul className = "unstyled-list" >
152
156
< li >
153
- < a href = "/product/performance/" >
154
- Performance Monitoring
155
- </ a >
157
+ < a href = "/product/performance/" > Performance Monitoring</ a >
156
158
</ li >
157
159
< li >
158
160
< a href = "/product/sentry-basics/tracing/distributed-tracing/" >
159
161
Distributed Tracing
160
162
</ a >
161
163
</ li >
162
164
< li >
163
- < a href = "/product/releases/health/" > Release Health </ a >
165
+ < a href = "/product/session-replay/" > Session Replay </ a >
164
166
</ li >
165
167
< li >
166
- < a href = "/product/releases/" > Releases </ a >
168
+ < a href = "/product/releases/health/" > Release Health </ a >
167
169
</ li >
168
170
< li >
169
- < a href = "/product/cli /" > Sentry-CLI </ a >
171
+ < a href = "/product/releases /" > Releases </ a >
170
172
</ li >
171
173
</ ul >
172
174
</ div >
@@ -179,8 +181,9 @@ const IndexPage = () => {
179
181
< a href = "/product/sentry-basics/environments/" > Environments</ a >
180
182
</ li >
181
183
< li >
182
- < a href = "/product/integrations /" > Integrations </ a >
184
+ < a href = "/product/cli /" > Sentry-CLI </ a >
183
185
</ li >
186
+
184
187
< li >
185
188
< a href = "/product/discover-queries/" > Discover Queries</ a >
186
189
</ li >
@@ -191,6 +194,9 @@ const IndexPage = () => {
191
194
</ div >
192
195
< div >
193
196
< ul className = "unstyled-list" >
197
+ < li >
198
+ < a href = "/product/integrations/" > Integrations</ a >
199
+ </ li >
194
200
< li >
195
201
< a href = "/product/integrations/integration-platform/" >
196
202
Integration Platform
0 commit comments