Fix typo in button label from "Lunch" to "Launch" in TenantDetails and Modules components for consistency.

This commit is contained in:
Yashwin 2026-02-05 10:54:10 +05:30
parent acd956db50
commit 6efcb90f3e
2 changed files with 3 additions and 3 deletions

View File

@ -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>
),

View File

@ -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>