Skip to content

Commit 39c74cb

Browse files
authored
Loosen enterprise docs alert copy (#6505)
1 parent c3c720f commit 39c74cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/enterprise/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Reflex Enterprise is a package containing paid features built on top of Reflex.
2020
The full [End-User License Agreement (EULA)](https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/enterprise/LICENSE) for Reflex Enterprise is published in the Reflex repository.
2121

2222
```md alert info
23-
# Despite being an enterprise package, free users can use the components from this package. A badge "Built with Reflex" will be shown in the bottom right corner of the app.
23+
# Enterprise components are available to free users.
24+
Free apps can use these components with a "Built with Reflex" badge shown in the bottom right corner of the app.
2425
For more information on the badge, visit [Built with Reflex](/docs/enterprise/built-with-reflex/).
2526
```
2627

@@ -306,4 +307,4 @@ config = rxe.Config(
306307
app_name="MyApp",
307308
... # you can pass all rx.Config arguments as well as the one specific to rxe.Config
308309
)
309-
```
310+
```

0 commit comments

Comments
 (0)