Fix typo in button label from "Lunch" to "Launch" in TenantDetails and Modules components for consistency.
This commit is contained in:
parent
acd956db50
commit
6efcb90f3e
@ -499,7 +499,7 @@ const ModulesTab = ({ tenantId }: ModulesTabProps): ReactElement => {
|
||||
onClick={() => handleLaunchModule(module.id)}
|
||||
className="text-sm text-[#FFC107] hover:text-[#FFC107] font-medium transition-colors cursor-pointer"
|
||||
>
|
||||
Lunch
|
||||
Launch
|
||||
</button>
|
||||
</div>
|
||||
),
|
||||
|
||||
@ -133,7 +133,7 @@ const Modules = (): ReactElement => {
|
||||
onClick={() => handleLaunchModule(module.id)}
|
||||
className="text-sm text-[#FFC107] hover:text-[#FFC107] font-medium transition-colors cursor-pointer"
|
||||
>
|
||||
Lunch
|
||||
Launch
|
||||
</button>
|
||||
</div>
|
||||
),
|
||||
@ -174,7 +174,7 @@ const Modules = (): ReactElement => {
|
||||
onClick={() => handleLaunchModule(module.id)}
|
||||
className="text-sm text-[#FFC107] hover:text-[#FFC107] font-medium transition-colors"
|
||||
>
|
||||
Lunch
|
||||
Launch
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user