mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
parent
4a009127d0
commit
b4ff6cd079
@ -129,8 +129,8 @@ const Install: React.FC = () => {
|
||||
/>
|
||||
)}
|
||||
<div>
|
||||
<label htmlFor={key} className="mr-2">{key.replace(/-/g, ' ').toUpperCase()} :</label>
|
||||
<span>{config.description}</span>
|
||||
<label htmlFor={key} className="font-bold">{key.replace(/-/g, ' ').toUpperCase()}</label>
|
||||
<div>{config.description}</div>
|
||||
</div>
|
||||
</li>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user