add missing ()

This commit is contained in:
unsoftcapped3 2022-12-13 07:52:32 -08:00 committed by GitHub
parent 1b577bc497
commit 8b0194ae02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,7 +273,7 @@ const layer = createLayer(id, () => {
requirement: "Holly Level 3",
effectDisplay: jsx(() => (
<>
Multiply all cloth actions' effectiveness by log<sub>10</sub>Cutter amount.
Multiply all cloth actions' effectiveness by log<sub>10</sub>(Cutter amount).
</>
))
},