Skip to content

Commit 553cc9b

Browse files
committed
remove change to src/pages/index.tsx
1 parent c2b1d9c commit 553cc9b

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

src/pages/index.tsx

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)