···9696 a key role in the Waitsfield Elementary PTA's Annual Ski &
9797 Skate sale, co-coordinated large scale climate conferences
9898 called “See Change Sessions” with thousands of attendees,
9999- enjoyed concerts by Sammy Rae & the Friends, AJR, and Lake
100100- Street Dive.
9999+ and enjoyed concerts by Sammy Rae & the Friends, AJR, and
100100+ Lake Street Dive.
101101 </p>
102102 </div>
103103 </div>
+5-2
src/components/email.tsx
···22import { useState, type FormEvent } from "react";
33import { Button } from "./ui/button";
44import { Input } from "./ui/input";
55+import styles from "@/styles/Misc.module.css";
5667const predefinedEmails = [
78 "jaspermayone@gmail.com",
···63646465 return (
6566 <div className="w-full max-w-6xl mx-auto px-4">
6666- <h2 className="font-medium text-xl mb-4">Newsletter</h2>
6767+ {/* h2 with custom .ul class */}
6868+ <h2 className={styles.lightUl}>Newsletter</h2>
6769 <p className="text-gray-700 text-sm mb-4">
6868- Join my newsletter to get updates on new projects.
7070+ Subscribe to my newsletter to get <i>occasioal</i> updates on what I'm
7171+ up to.
6972 </p>
70737174 {!submitted ? (