Sync latest signup app updates
Browse files- src/app/signup-panel.tsx +5 -4
src/app/signup-panel.tsx
CHANGED
|
@@ -137,11 +137,12 @@ export default function SignupPanel({ session }: SignupPanelProps) {
|
|
| 137 |
<section className={styles.grid}>
|
| 138 |
<article className={styles.panel}>
|
| 139 |
<p className={styles.panelLabel}>What You're Signing Up For</p>
|
| 140 |
-
<h2 className={styles.panelTitle}>
|
| 141 |
<ul className={styles.list}>
|
| 142 |
-
<li>
|
| 143 |
-
<li>
|
| 144 |
-
<li>
|
|
|
|
| 145 |
</ul>
|
| 146 |
|
| 147 |
{/* <div className={styles.noteBlock}>
|
|
|
|
| 137 |
<section className={styles.grid}>
|
| 138 |
<article className={styles.panel}>
|
| 139 |
<p className={styles.panelLabel}>What You're Signing Up For</p>
|
| 140 |
+
<h2 className={styles.panelTitle}>Your mission, should you choose to accept it...</h2>
|
| 141 |
<ul className={styles.list}>
|
| 142 |
+
<li>1. Activate your free OpenAI credits.</li>
|
| 143 |
+
<li>2. Instruct Codex to optimize a Mac Metal kernel for a given task.</li>
|
| 144 |
+
<li>3. Submit your optimized kernel to Hugging Face Leaderboard.</li>
|
| 145 |
+
<li>4. Accept the final challenge.</li>
|
| 146 |
</ul>
|
| 147 |
|
| 148 |
{/* <div className={styles.noteBlock}>
|