Skip to content

Commit

Permalink
Update tutorial images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tovi-fhe committed Mar 27, 2024
1 parent f62708f commit d78dab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AdditionalFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ export default function AdditionalFeatures(): JSX.Element {
<div className="col col--6">
<div className="youtube-section">
<div className="row">
<div><a href="https://youtu.be/0s-37QpDHUY" target="_blank"><img className="youtube-video" alt="fhenix video" src="img/video-remix.jpg" style={{}}/></a></div>
<div><a href="https://youtu.be/0s-37QpDHUY" target="_blank"><img className="youtube-video" alt="fhenix remix plugin tutorial" src="img/video-remix.jpg" style={{}}/></a></div>
<div className="subrow">
<div className="title">Fhenix Remix Plugin</div>
<div className="content">Learn how to use Fhenix Plugin for Remix.</div>
</div>
</div>
<div className="sep"></div>
<div className="row">
<div><a href="https://youtu.be/HhEvo3-F0h4" target="_blank"><img className="youtube-video" alt="fhenix video" src="img/video-hardhat.jpg" style={{}}/></a></div>
<div><a href="https://youtu.be/HhEvo3-F0h4" target="_blank"><img className="youtube-video" alt="fhenix hardhat plugin tutorial" src="img/video-hardhat.jpg" style={{}}/></a></div>
<div className="subrow">
<div className="title">Fhenix Hardhat Plugin - Getting Started</div>
<div className="content">Learn how to use Fhenix Hardhat Plugin.</div>
Expand Down

0 comments on commit d78dab0

Please sign in to comment.