Fix title
This commit is contained in:
parent
0a54980cf1
commit
e979a4dcb1
|
|
@ -32,7 +32,7 @@ export const MqttBrokersPage = () => {
|
|||
return (
|
||||
<UserLayout className="sensors-page">
|
||||
<div className="section-title">
|
||||
<h2>Sensors</h2>
|
||||
<h2>MQTT Brokers</h2>
|
||||
<button onClick={() => setShowNew(true)}>
|
||||
<PlusIcon /> Add MQTT Broker
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue