Update inactive logo and bold enabled/disabled

This commit is contained in:
William Oldham
2024-03-05 18:46:37 +00:00
parent 1801ee238d
commit a8e3de1451
2 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export function ToggleButton(props: ToggleButtonProps) {
</button>
</div>
<p>
Extension {props.active ? 'enabled' : 'disabled'} <br /> on <strong>{props.domain}</strong>
Extension <strong>{props.active ? 'enabled' : 'disabled'}</strong> <br /> on <strong>{props.domain}</strong>
</p>
</div>
);