Skip to content

Commit

Permalink
Add bigweff video to wiki-tutorials.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainpolletvillard authored Feb 4, 2025
1 parent 23a271d commit 21dab90
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/public/src/pages/component/wiki/wiki-tutorials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ export default function WikiTutorials() {
></iframe>
<h3>How to manage your economy</h3>
</li>
<li className="my-box">
<iframe
src="https://www.youtube.com/embed/4IPNEnEbvdE"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share"
allowFullScreen
></iframe>
<h3>101 Tips and Tricks for Becoming a Pro</h3>
</li>
</ul>
<p>
{t("thanks_to")}&nbsp;
Expand All @@ -60,6 +69,10 @@ export default function WikiTutorials() {
<a href="https://www.youtube.com/@ggillou1778" target="_blank">
JMT
</a>{" "}
{", "}
<a href="https://www.youtube.com/@biggerweff" target="_blank">
Bigweff
</a>{" "}
{t("tutorial_work")}
</p>
</div>
Expand Down

0 comments on commit 21dab90

Please sign in to comment.