Skip to content

Commit

Permalink
adding vortex profiles tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
IDCs committed Jan 15, 2025
1 parent 2b8e5e6 commit a7b2e29
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/extensions/onboarding_dashlet/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ export const STEPS: IStep[] = [
img: 'assets/images/dashlets/add-mods.png',
video: 'https://www.youtube.com/embed/noVpQl3mkfE',
id: 'add-mods',
}
},
{
title: 'Use Profiles',
desc: 'Learn how to use Vortex profiles.',
length: '1:49',
img: 'assets/images/dashlets/install-tools.png',
video: 'https://www.youtube.com/embed/63oESK4MwH8',
id: 'use-profiles',
},
];

export interface IStep {
Expand Down

0 comments on commit a7b2e29

Please sign in to comment.