misc: addressed formatting issue

This commit is contained in:
Sheen Capadngan
2024-06-14 14:24:33 +08:00
parent 3411185d60
commit dd6fb4232e

View File

@@ -255,7 +255,7 @@ export const RateLimitPanel = () => {
<UpgradePlanModal
isOpen={popUp.upgradePlan.isOpen}
onOpenChange={(isOpen) => handlePopUpToggle("upgradePlan", isOpen)}
text="You can configure custom rate limits if you switch to Infisical's Enterprise plan."
text="You can configure custom rate limits if you switch to Infisical's Enterprise plan."
/>
</form>
);