I am trying to have my state be set to which of 2 buttons the user presses.
state
const [pizzaSize, setPizzaSize] = useState(null); const changePizza