Const
const lightModeSelected = ( <FontAwesomeIcon className="h-4 w-5 text-xl text-slate-300" icon={faSun} data-testid="light-mode-selected" />); Copy
const lightModeSelected = ( <FontAwesomeIcon className="h-4 w-5 text-xl text-slate-300" icon={faSun} data-testid="light-mode-selected" />);
Source