Skip to content

Commit 716fc25

Browse files
Merge pull request #2365 from Bowen7/RMQ-2158
[RMQ-2158] Add an anchor to timelines table under Longer Support Timelines
2 parents 64b5511 + 503ef37 commit 716fc25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/commercial-features.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default function CommercialFeatures() {
4646
Extended support lifecycle with critical patches and CVE fixes
4747
for more release series.
4848
</p>
49+
<Link to="/commercial-features#support-timelines">See your support timelines</Link>
4950
</div>
5051
<div className={styles.services_col}>
5152
<Heading as="h3">Support from Core Engineers</Heading>
@@ -110,7 +111,7 @@ export default function CommercialFeatures() {
110111
</div>
111112
</div>
112113
</div>
113-
<div className={styles.section}>
114+
<div id="support-timelines" className={styles.section}>
114115
<div className={styles.container}>
115116
<Heading as="h1">Support Timelines</Heading>
116117
<CommercialSupportTimelines />

0 commit comments

Comments
 (0)