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