diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-04 21:20:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-04 21:28:45 -0700 |
| commit | 5036b3d58579ad16b40dc440a576d825cad210d3 (patch) | |
| tree | 59afa743f300fd45fceb4d7dc71520e55d293aad /src/pages/about/index.tsx | |
| parent | 0e7c70db501fc67c658fe7cc617c98107ce8e524 (diff) | |
chore: bump deps
Diffstat (limited to 'src/pages/about/index.tsx')
| -rw-r--r-- | src/pages/about/index.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx index 3961106..2d4e137 100644 --- a/src/pages/about/index.tsx +++ b/src/pages/about/index.tsx @@ -119,6 +119,12 @@ const About: React.FC = () => { also take some time for the system to notice that they are a part of Phase Connect. </p> + <h3 className="text-xl mt-2 font-semibold mb-2">Note on Phase Invaders</h3> + <p className="text-gray-700"> + Members of Phase Invaders join with already established communities/channels. I initially did backtrack + and add some data for original members of Invaders, however going forwardm, there will only be data + from the time they join Phase. + </p> </div> <div className="border-b pb-4"> <h2 className="text-2xl font-semibold mb-2"> |
