Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-06-01 16:35:24 +02:00 committed by GitHub
parent 4a009127d0
commit b4ff6cd079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,8 +129,8 @@ const Install: React.FC = () => {
/> />
)} )}
<div> <div>
<label htmlFor={key} className="mr-2">{key.replace(/-/g, ' ').toUpperCase()} :</label> <label htmlFor={key} className="font-bold">{key.replace(/-/g, ' ').toUpperCase()}</label>
<span>{config.description}</span> <div>{config.description}</div>
</div> </div>
</li> </li>
))} ))}