Fix title

This commit is contained in:
Jan Zípek 2024-04-01 19:43:03 +02:00
parent 0a54980cf1
commit e979a4dcb1
Signed by: kamen
GPG Key ID: A17882625B33AC31
1 changed files with 1 additions and 1 deletions

View File

@ -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>