Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 24, 2024
1 parent c842c3d commit d002c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/authoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ref={meshRef}
scale={active ? 1.5 : 1}
onClick={(event) => setActive(!active)}
onPointerOver={(event) => setHover(true)}
onPointerOut={(event) => setHover(false)}>
onPointerOut={(event) => setHover(false)} >
<boxGeometry args={[1, 1, 1]} />
<meshStandardMaterial color={hovered ? 'hotpink' : 'orange'} />
</mesh>
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Documentation generator for `pmndrs/*` projects.
nav: 0
---

![](gutenberg.jpg)
<img src="gutenberg.jpg" width="1100" height="685" alt="Gutenberg lithography" />

## INSTALL

Expand Down

0 comments on commit d002c02

Please sign in to comment.