diff options
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 |