Skip to content

Commit

Permalink
Fix: Changes in Index
Browse files Browse the repository at this point in the history
Fix: Changed the src link to embed video
  • Loading branch information
piyushjha0409 authored and Geo25rey committed Nov 9, 2024
1 parent 7d9b7f9 commit fcbe39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/host-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ System requirements:

## Video guide

<iframe src="https://3speak.tv/watch?v=vsc.network/uthosijv" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
<iframe src="https://3speak.tv/embed?v=vsc.network/uthosijv" width="800" height="450" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>

## Setup

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/getting-started/running-a-node">
to="/docs/how-to/host-node">
Run a VSC node - 5min ⏱️
</Link>
</div>
Expand Down

0 comments on commit fcbe39e

Please sign in to comment.