diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-09-02 01:50:33 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-09-02 01:50:33 -0600 |
commit | bdc6fe0c1fdbb2d4462d142c6462150dd8394136 (patch) | |
tree | 7a2668544b46887e7ddbe95ae8db99ec794dae69 /app/page.tsx | |
parent | 79ffd7e2c052bcdc0cc7df93a06306efd9817139 (diff) |
Add ghost and remove first name
Diffstat (limited to 'app/page.tsx')
-rw-r--r-- | app/page.tsx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app/page.tsx b/app/page.tsx index b044b16..507f1d7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,3 @@ -import React from 'react' import Link from 'next/link' import styles from '~/styles/index.module.css' @@ -7,8 +6,8 @@ export default function Index() { return ( <main className="mainColumn"> <p> - Hi, we're tempest! And we also go by ashe. We're a median plural - system of four members, but most of the time you'll probably see us + Hi, we're tempest! We're a median plural + system of six members, but most of the time you'll probably see us operating as one </p> @@ -16,17 +15,14 @@ export default function Index() { <h2>At a glance</h2> <div className={styles.glance}> - <span className={styles.label}>Names:</span> - <span>ashe or ashelyn</span> - <span className={styles.label}>Pronouns:</span> - <span>they/them</span> + <span>they/it</span> <span className={styles.label}>Cohort:</span> <span>millenial</span> <span className={styles.label}>Orientation:</span> - <span>ace</span> + <span>ace . . . ish</span> <span className={styles.label}>Partners:</span> <span>several</span> |