diff --git a/src/components/Buttons.tsx b/src/components/Buttons.tsx index 17f1b1d..9dbee21 100644 --- a/src/components/Buttons.tsx +++ b/src/components/Buttons.tsx @@ -75,7 +75,7 @@ export function ButtonGroup(props: ButtonGroupProps) { else { // By default, use a Stack element to space the buttons return ( - + {buttons} ); diff --git a/src/components/SelectGameSettings.tsx b/src/components/SelectGameSettings.tsx index 12da3ce..3e95ca1 100644 --- a/src/components/SelectGameSettings.tsx +++ b/src/components/SelectGameSettings.tsx @@ -134,7 +134,7 @@ export function SelectGameSettings(props: SelectGameSettingsProps) { You have the option to play through in 1 OR 2-year intervals, which will be referred to as a Budget Period. - Please Select the interval size you would like to play through: + Please Select the interval size you would like to play through: - Would you like to allow the carryover of the remaining end-of-year

budget to next year's budget?
+ Would you like to allow the carryover of the remaining end-of-year budget to next year's budget?