diff --git a/src/Faction/ui/Info.tsx b/src/Faction/ui/Info.tsx index 18b294810..ca84ce10a 100644 --- a/src/Faction/ui/Info.tsx +++ b/src/Faction/ui/Info.tsx @@ -15,6 +15,7 @@ import { makeStyles } from "tss-react/mui"; import Typography from "@mui/material/Typography"; import Tooltip from "@mui/material/Tooltip"; import Box from "@mui/material/Box"; +import InfoIcon from "@mui/icons-material/Info"; import { useCycleRerender } from "../../ui/React/hooks"; import { calculateFavorAfterResetting } from "../formulas/favor"; import { knowAboutBitverse } from "../../BitNode/BitNodeUtils"; @@ -28,6 +29,15 @@ const useStyles = makeStyles()({ noformat: { whiteSpace: "pre-wrap", }, + repFavorRow: { + display: "flex", + alignItems: "center", + whiteSpace: "pre-wrap", + }, + infoIcon: { + fontSize: "1.1em", + marginLeft: "10px", + }, }); function DefaultAssignment(): React.ReactElement { @@ -73,8 +83,9 @@ export function Info(props: IProps): React.ReactElement { } > - + Reputation: + @@ -96,8 +107,9 @@ export function Info(props: IProps): React.ReactElement { } > - + Faction Favor: +