hotfix: leave out part about shuffle in welcome tab

This commit is contained in:
Felix Roos 2025-06-12 09:21:57 +02:00
parent 40ba5d4465
commit ef3b9a68e3
No known key found for this signature in database

View file

@ -15,17 +15,18 @@ export function WelcomeTab({ context }) {
<br /> <br />
<span className="underline">1. hit play</span> - <span className="underline">2. change something</span> -{' '} <span className="underline">1. hit play</span> - <span className="underline">2. change something</span> -{' '}
<span className="underline">3. hit update</span> <span className="underline">3. hit update</span>
<br /> {/* <br />
If you don't like what you hear, try <span className="underline">shuffle</span>! If you don't like what you hear, try <span className="underline">shuffle</span>! */}
</p> </p>
<p> <p>
To learn more about what this all means, check out the{' '} {/* To learn more about what this all means, check out the{' '} */}
To get started, check out the
<a href={`${baseNoTrailing}/workshop/getting-started/`} target="_blank"> <a href={`${baseNoTrailing}/workshop/getting-started/`} target="_blank">
interactive tutorial interactive tutorial
</a> </a>
. Also feel free to join the{' '} . Also feel free to join the{' '}
<a href="https://discord.com/invite/HGEdXmRkzT" target="_blank"> <a href="https://discord.com/invite/HGEdXmRkzT" target="_blank">
tidalcycles discord channel discord channel
</a>{' '} </a>{' '}
to ask any questions, give feedback or just say hello. to ask any questions, give feedback or just say hello.
</p> </p>