Skip to content

Commit f949814

Browse files
author
Test
committed
fix: add video media for smart branch checkout feature
1 parent 65e839e commit f949814

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

4.08 MB
Binary file not shown.

website/src/components/Features/featuresData.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export const features: Feature[] = [
4343
command: 'GSC: Checkout to... (With Stash)',
4444
color: 'blue',
4545
details: {
46+
media:{
47+
kind: 'video',
48+
src: '/videos/smart-branch-checkout.mp4',
49+
},
4650
longDescription:
4751
'Pick a stash strategy globally or per checkout, then switch branches with your working tree carried along automatically. Conflict prediction runs before the switch so you never get a mid-checkout surprise.',
4852
highlights: [

0 commit comments

Comments
 (0)