Skip to content

Commit

Permalink
fix: showcase video url
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Sep 21, 2023
1 parent 200c2f3 commit 69ebc28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/showcase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ import styles from './styles.module.css';
const features = [
{
title: "Scrollable Preview",
video: "./videos/scrollable-preview.mp4",
video: "/docs/videos/scrollable-preview.mp4",
description: "Preview various types of files, and scroll while previewing.",
},
{
title: "Visual Mode & Batch Rename",
video: "./videos/visual-mode_batch-rename.mp4",
video: "/docs/videos/visual-mode_batch-rename.mp4",
description: "Batch select files in visual mode, and rename them.",
},
{
title: "Vim-like Input & Select Component",
video: "./videos/input_select.mp4",
video: "/docs/videos/input_select.mp4",
description: "Quickly edit filename in the Input, and choose how to open it in the Select.",
},
{
title: "Multi-Tab & fzf, zoxide",
video: "./videos/multi-tab_zoxide.mp4",
video: "/docs/videos/multi-tab_zoxide.mp4",
description: "Collaborate across multiple tabs, and use fzf, zoxide for quick jumps.",
},
{
title: "Multi-Select & Task Management",
video: "./videos/multi-select_task-management.mp4",
video: "/docs/videos/multi-select_task-management.mp4",
description: "Select multiple files individually, perform copy, cut, etc. Which are scheduled by the task system, providing real-time progress reports and task cancellation.",
},
{
title: "Incremental Find",
video: "./videos/incremental-find.mp4",
video: "/docs/videos/incremental-find.mp4",
description: "Find files incrementally in real-time, with the current position and number of all matches displayed.",
},
{
title: "Search",
video: "./videos/search.mp4",
video: "/docs/videos/search.mp4",
description: "Search by name using fd, by content using rg, and perform arbitrary operations on the results.",
},
]
Expand Down

0 comments on commit 69ebc28

Please sign in to comment.