diff --git a/hera/card/UnitCard.tsx b/hera/card/UnitCard.tsx index c0c7beea..09ae6db8 100644 --- a/hera/card/UnitCard.tsx +++ b/hera/card/UnitCard.tsx @@ -339,6 +339,26 @@ export default memo(function UnitCard({ unit={unit} vector={vector} /> + {!process.env.IS_DEMO && ( +

+ + Note: Cover, status effects and unit defense affect the inflicted + damage. See the{' '} + + {App.canQuit ? ( + + Damage Chart + + ) : ( + + Damage Chart + + )} + {' '} + for more information. + +

+ )} - {!process.env.IS_DEMO && ( -

- - Note: Cover, status effects and unit defense affect the inflicted - damage. See the{' '} - - {App.canQuit ? ( - - Damage Chart - - ) : ( - - Damage Chart - - )} - {' '} - for more information. - -

- )} );