Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into software-env-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Jan 16, 2025
2 parents 110af49 + ca4e6ce commit facf05c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/packages/frontend/projects/create-project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
} from "@cocalc/util/db-schema/site-defaults";
import { isValidUUID } from "@cocalc/util/misc";
import { COLORS } from "@cocalc/util/theme";
import getURL from "@cocalc/frontend/support/url";

const TOGGLE_STYLE: CSS = { margin: "10px 0" } as const;
const TOGGLE_BUTTON_STYLE: CSS = { padding: "0" } as const;
Expand Down Expand Up @@ -435,31 +434,6 @@ export const NewProjectCreator: React.FC<Props> = ({
Create Project
{requireLicense && !license_id && <> (select license above)</>}
</Button>
<Button
target="_blank"
href={getURL({
subject: "Instructor Free Trial Request",
type: "purchase",
hideExtra: true,
body: `
I need a trial license so I can setup a course that I am teaching:
INSTITUTION: REQUIRED
YOUR WEBPAGE: REQUIRED
NAME OF COURSE: REQUIRED
NUMBER OF STUDENTS: REQUIRED
ANYTHING ELSE?
`,
required: "REQUIRED",
})}
>
<Icon name="graduation-cap" /> Instructor Free Trial...
</Button>
</Space>
</Col>
</Row>
Expand Down

0 comments on commit facf05c

Please sign in to comment.