Skip to content

Commit

Permalink
🐛 BUG FIX - Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonboyy committed Sep 16, 2024
1 parent 783d880 commit 3687b9b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/components/Instructions.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default function Instructions() {
return (
<p id="menuText">
Welcome to John Boy Riso Lab! With this app, you can submit your own pictures, transform the RGB channels into risograph colors and download them for printing:
<br />
<br /> 1. Upload your photo.
<br /> 2. Choose from over 70 colors for the main channels.
<br /> 3. Select a pattern for the risograph texture.
<br /> 4. Play around with and modify the values of the textures.
<br /> 5. Once you're satisfied, click "Download result" to download your model, conveniently divided into layers.
<br />
<br /> Credits: P5.RISO, Dinamo Typefaces.
</p>
);
}
return (
<p id="menuText">
Welcome to John Boy Riso Lab! With this app, you can submit your own pictures, transform the RGB channels into risograph colors and download them for printing:
<br />
<br /> 1. Upload your photo.
<br /> 2. Choose from over 70 colors for the main channels.
<br /> 3. Select a pattern for the risograph texture.
<br /> 4. Play around with and modify the values of the textures.
<br /> 5. Once you&apos;re satisfied, click &quot;Download result&quot; to download your model, conveniently divided into layers.
<br />
<br /> Credits: P5.RISO, Dinamo Typefaces.
</p>
);
}

0 comments on commit 3687b9b

Please sign in to comment.