Skip to content

Commit 7943944

Browse files
authored
feat(replays): Add link to session replay product docs from homepage footer (#5911)
1 parent 595eab6 commit 7943944

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

src/pages/index.tsx

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,13 @@ const IndexPage = () => {
8282
</Nav.Item>
8383
<SandboxOnly>
8484
<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>
8692
</Nav.Item>
8793
</SandboxOnly>
8894
<Nav.Item>
@@ -140,33 +146,29 @@ const IndexPage = () => {
140146
<a href="https://develop.sentry.dev/self-hosted/">
141147
Self-Hosted Sentry
142148
</a>
143-
<a href="https://help.sentry.io/">
144-
Support
145-
</a>
149+
<a href="https://help.sentry.io/">Support</a>
146150
</div>
147151

148152
<h3>Learn more...</h3>
149153
<div className="flex-row link-row">
150154
<div>
151155
<ul className="unstyled-list">
152156
<li>
153-
<a href="/product/performance/">
154-
Performance Monitoring
155-
</a>
157+
<a href="/product/performance/">Performance Monitoring</a>
156158
</li>
157159
<li>
158160
<a href="/product/sentry-basics/tracing/distributed-tracing/">
159161
Distributed Tracing
160162
</a>
161163
</li>
162164
<li>
163-
<a href="/product/releases/health/">Release Health</a>
165+
<a href="/product/session-replay/">Session Replay</a>
164166
</li>
165167
<li>
166-
<a href="/product/releases/">Releases</a>
168+
<a href="/product/releases/health/">Release Health</a>
167169
</li>
168170
<li>
169-
<a href="/product/cli/">Sentry-CLI</a>
171+
<a href="/product/releases/">Releases</a>
170172
</li>
171173
</ul>
172174
</div>
@@ -179,8 +181,9 @@ const IndexPage = () => {
179181
<a href="/product/sentry-basics/environments/">Environments</a>
180182
</li>
181183
<li>
182-
<a href="/product/integrations/">Integrations</a>
184+
<a href="/product/cli/">Sentry-CLI</a>
183185
</li>
186+
184187
<li>
185188
<a href="/product/discover-queries/">Discover Queries</a>
186189
</li>
@@ -191,6 +194,9 @@ const IndexPage = () => {
191194
</div>
192195
<div>
193196
<ul className="unstyled-list">
197+
<li>
198+
<a href="/product/integrations/">Integrations</a>
199+
</li>
194200
<li>
195201
<a href="/product/integrations/integration-platform/">
196202
Integration Platform

0 commit comments

Comments
 (0)