tfrere HF Staff commited on
Commit
d9908b5
·
1 Parent(s): 84c6237

feat(getting-started): add anchor id to assembly video for deep linking

Browse files

Add id="assembly-video" to video containers to enable direct linking
to the assembly video section (e.g., /getting-started#assembly-video)

Files changed (1) hide show
  1. src/pages/GettingStarted.jsx +2 -0
src/pages/GettingStarted.jsx CHANGED
@@ -255,6 +255,7 @@ export default function GettingStarted() {
255
  </Typography>
256
 
257
  <Box
 
258
  sx={{
259
  position: 'relative',
260
  paddingBottom: '56.25%',
@@ -398,6 +399,7 @@ export default function GettingStarted() {
398
  </Typography>
399
 
400
  <Box
 
401
  sx={{
402
  position: 'relative',
403
  paddingBottom: '56.25%',
 
255
  </Typography>
256
 
257
  <Box
258
+ id="assembly-video"
259
  sx={{
260
  position: 'relative',
261
  paddingBottom: '56.25%',
 
399
  </Typography>
400
 
401
  <Box
402
+ id="assembly-video"
403
  sx={{
404
  position: 'relative',
405
  paddingBottom: '56.25%',