Skip to content

Commit

Permalink
Merge pull request #82 from fold-dev/remove-app-sandbox-closed-source
Browse files Browse the repository at this point in the history
refactor: remove AppSandbox as closed source references
  • Loading branch information
joduplessis authored Jun 8, 2024
2 parents 731613c + d712e5e commit 17281e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.8.2",
"version": "24.6.8.3",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
5 changes: 0 additions & 5 deletions src/components/pricing.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,6 @@ export const PricingComponent = () => {
width="fit-content">
<IconLib icon="check" color="var(--f-color-accent)" /> Source code
</Li>
<Li
row
width="fit-content">
<IconLib icon="check" color="var(--f-color-accent)" /> AppSandbox source code
</Li>
<Li
row
width="fit-content">
Expand Down
8 changes: 6 additions & 2 deletions src/pages/docs/pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,15 @@ export default function Pro(props) {
<Heading as="h3" id="source-code">Source Code</Heading>

<Text>
Request access to join the private <a href="https://groups.google.com/a/fold.dev/g/pro" target="_blank">Fold Pro Google Group</a> using your secret code that was emailed (see above).
After purchasing a license, the email you used for the purchase will be added to the <a href="https://groups.google.com/a/fold.dev/g/pro" target="_blank">Fold Pro Google Group</a>.
</Text>

<Text>
You are able to request access from a different email address using your secret code that was emailed (see above).
</Text>

<Text>
After every release, we post the Pro source code & AppSandbox source code to the Google Group.
After every release, we post the Fold Pro source code to the Google Group.
</Text>

<Button
Expand Down

0 comments on commit 17281e1

Please sign in to comment.