minor copy
This commit is contained in:
parent
98ba3d0230
commit
c75a6b9957
1 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ const TemplateCreator = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="template-creator">
|
<div className="template-creator">
|
||||||
<h2>Create Relay Template</h2>
|
<h2>Create Settings Template</h2>
|
||||||
|
|
||||||
{/* ✅ MOVED INLINE STYLES TO CSS CLASS */}
|
{/* ✅ MOVED INLINE STYLES TO CSS CLASS */}
|
||||||
<div className="community-templates-section">
|
<div className="community-templates-section">
|
||||||
|
|
@ -202,7 +202,7 @@ const TemplateCreator = () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<label>Relays *</label>
|
<label>📡 Relays *</label>
|
||||||
<RelayList
|
<RelayList
|
||||||
relays={relays}
|
relays={relays}
|
||||||
onUpdate={updateRelay}
|
onUpdate={updateRelay}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue