Skip to content

Commit 1551dc4

Browse files
author
Test
committed
fix: add video media for pull with stash feature
1 parent da77558 commit 1551dc4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

1.27 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
@@ -97,6 +97,10 @@ export const features: Feature[] = [
9797
command: 'GSC: Pull (With Stash)',
9898
color: 'green',
9999
details: {
100+
media:{
101+
kind: 'video',
102+
src: '/videos/pull-with-stash.mp4',
103+
},
100104
longDescription:
101105
'Your local changes are stashed before the pull, then restored the moment it completes — no manual stash juggling required.',
102106
highlights: [

0 commit comments

Comments
 (0)