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/about/page.tsx | |
parent | 79ffd7e2c052bcdc0cc7df93a06306efd9817139 (diff) |
Add ghost and remove first name
Diffstat (limited to 'app/about/page.tsx')
-rw-r--r-- | app/about/page.tsx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/about/page.tsx b/app/about/page.tsx index 50bea94..11b3d74 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -49,10 +49,11 @@ export default function About() { </main> <div className={styles.summary}> <p> - Generally the above four members are who interact with others - throughout our day to day. They handle our work, our social relationships, - and our broader plans for life. In addition, our system has another - internally-focused member who you will likely not meet unless you seek it out: + Generally unless you know us well, the above three members are who you + will be interacting with day to day. They handle the majority of our work, + conversations, and decisions throughout the day. In addition though, if you + get to know us better you will likely meet one or more of the following more + private members: </p> {nonfeaturedMembers.map((member: Member) => { const style = { "--member-color": member.color } as React.CSSProperties |