Skip to content

Commit

Permalink
fix: ai email prompt and home page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Sep 20, 2024
1 parent d162276 commit 1428706
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/epic-react/src/components/landing/testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const Testimonials = () => {
return (
<section
id="testimonials"
className="not-prose relative mx-auto grid w-full max-w-4xl grid-cols-1 gap-4 pb-10 pt-16 md:grid-cols-2"
className="not-prose relative mx-auto mt-16 grid w-full max-w-4xl grid-cols-1 gap-4 pb-10 pt-16 md:grid-cols-2"
>
<div
className="absolute left-0 top-0 h-px w-full bg-gradient-to-r from-transparent via-border to-transparent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ export const writeAnEmail = inngest.createFunction(
- if there is any previous commentary from the editor, please use it as a basis to improve the email and subject that you write.
- prefer full text titles over slugs
- don't guess at titles, use the provided data only
- if you talk about the next lesson make sure it comes after the current lesson
- next lessons ONLY come after the current lesson!
- keep the exposition to a minimum
- developers hate when ai writes for them, don't sound like an ai, sound human
- when it makes sense, don't focus on Remix, focus on the broader universal skills of a web developer
- No additional "meta" text or commentary is necessary.
- editor feedback is a priority unless you think it is wrong, then you can ignore it.
- **do not** link to lessons
- **do not** guess lesson or workshop titles, use the progress data below only
- **only** suggest next lessons, not previous incomplete lessons
- keep the exposition and flowery language to a minimum
Structured Progress Data:
Expand Down
2 changes: 1 addition & 1 deletion apps/epic-react/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const Home: React.FC<{
</div>
</section>
<section
className="bg-er-gray-100 pb-16 pt-8"
className="bg-er-gray-100 pb-24 pt-8"
aria-label="Enroll in Epic React"
id="buy"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ export const writeAnEmail = inngest.createFunction(
- if there is any previous commentary from the editor, please use it as a basis to improve the email and subject that you write.
- prefer full text titles over slugs
- don't guess at titles, use the provided data only
- if you talk about the next lesson make sure it comes after the current lesson
- next lessons ONLY come after the current lesson!
- keep the exposition to a minimum
- developers hate when ai writes for them, don't sound like an ai, sound human
- when it makes sense, don't focus on Remix, focus on the broader universal skills of a web developer
- No additional "meta" text or commentary is necessary.
- editor feedback is a priority unless you think it is wrong, then you can ignore it.
- do not link to lessons
- do not guess lesson or workshop titles, use the progress data below only
- **do not** link to lessons
- **do not** guess lesson or workshop titles, use the progress data below only
- **only** suggest next lessons, not previous incomplete lessons
- keep the exposition and flowery language to a minimum
Structured Progress Data:
Expand Down

0 comments on commit 1428706

Please sign in to comment.