fix: typo in examples card
This commit is contained in:
parent
9e48ddf780
commit
ef3332bce1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export default function ButtonBox({
|
|||
<h3 className="mt-6 text-lg font-semibold text-white">{title}</h3>
|
||||
<div className="mt-1 flex flex-grow flex-col justify-between">
|
||||
<dt className="sr-only">{title}</dt>
|
||||
<dd className="text-sm text-gray-100">{deactivate? "cooming soon":description}</dd>
|
||||
<dd className="text-sm text-gray-100">{deactivate? "Coming soon":description}</dd>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue