File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,7 @@ const IndexPage = () => {
8282 </ Nav . Item >
8383 < SandboxOnly >
8484 < Nav . Item >
85- < Nav . Link
86- className = "text-primary"
87- href = { getSandboxURL ( ) . toString ( ) }
88- target = "_blank"
89- >
90- Demo
91- </ Nav . Link >
85+ < Nav . Link className = "text-primary" href = { getSandboxURL ( ) . toString ( ) } target = "_blank" > Demo</ Nav . Link >
9286 </ Nav . Item >
9387 </ SandboxOnly >
9488 < Nav . Item >
@@ -146,15 +140,19 @@ const IndexPage = () => {
146140 < a href = "https://develop.sentry.dev/self-hosted/" >
147141 Self-Hosted Sentry
148142 </ a >
149- < a href = "https://help.sentry.io/" > Support</ a >
143+ < a href = "https://help.sentry.io/" >
144+ Support
145+ </ a >
150146 </ div >
151147
152148 < h3 > Learn more...</ h3 >
153149 < div className = "flex-row link-row" >
154150 < div >
155151 < ul className = "unstyled-list" >
156152 < li >
157- < a href = "/product/performance/" > Performance Monitoring</ a >
153+ < a href = "/product/performance/" >
154+ Performance Monitoring
155+ </ a >
158156 </ li >
159157 < li >
160158 < a href = "/product/sentry-basics/tracing/distributed-tracing/" >
@@ -213,11 +211,6 @@ const IndexPage = () => {
213211 Alerts & Notifications
214212 </ a >
215213 </ li >
216- < li >
217- < a href = "/product/session-replay/" >
218- Session Replay
219- </ a >
220- </ li >
221214 </ ul >
222215 </ div >
223216 </ div >
You can’t perform that action at this time.
0 commit comments