diff --git a/old/__mocks__/fileMock.js b/old/__mocks__/fileMock.js deleted file mode 100644 index fe7880f7..00000000 --- a/old/__mocks__/fileMock.js +++ /dev/null @@ -1,2 +0,0 @@ -// Mock for file imports (images, etc.) -module.exports = 'test-file-stub'; diff --git a/old/__mocks__/styleMock.js b/old/__mocks__/styleMock.js deleted file mode 100644 index 37aaeabe..00000000 --- a/old/__mocks__/styleMock.js +++ /dev/null @@ -1,2 +0,0 @@ -// Mock for CSS imports -module.exports = {}; diff --git a/old/app/about/page.tsx b/old/app/about/page.tsx deleted file mode 100644 index 61e18d70..00000000 --- a/old/app/about/page.tsx +++ /dev/null @@ -1,151 +0,0 @@ -'use client'; - -import Link from "next/link"; -import {aColor} from "@/lib/client/constants"; -import {useSession} from "next-auth/react"; - -export default function About() { - const {data: session} = useSession(); - const userId = session?.user?.id - - return ( -
- {aColor} -
-
-
-

Why Choose Compass?

-
-
-

To find your people with ease.

-
-
- {!userId &&
- - Join Now - -
} -
-
-
-
-
-
-

Keyword Search the Database

-

"Cats", "Hiking", "Introvert", "Rock Climbing".
Access any profile and get niche.

-
-
-

Get Notified About Searches

-

No need to constantly check an app!

-
-
-

Free

-

Subscription-free. Paywall-free. Ad-free.

-
-
-

Personality-Centered

-

Values and interests first, photos are secondary.

-
-
-

Transparent

-

Open source code and community designed.

-
-
-
-
- {!userId &&
- - Get Started - -
} -
-
-

Help Compass

-
-
-
Give Suggestions or Contribute
-

Give suggestions or let us know you want to help through this form!

- - Suggest Here - -
-
-
Join the Community
-

Shape the product or chat with like-minded people.

- - Join the Discord - -
-
-
Develop the App
-

The source code and instructions are available on GitHub.

- - View Code - -
-
- -

Support our not-for-profit infrastructure.

-
- - Donate on Patreon - - - Donate on PayPal - - - Donate on GitHub - - - GitHub has increased transparency,
but requires an account. -
-
-
-
-
Tell Your Friends and Family
-

Thank you for supporting us!

-
-
- {!userId &&
- - Join Compass - -
} -
-
-
-
- ); -} diff --git a/old/app/favicon.ico b/old/app/favicon.ico deleted file mode 100644 index 21a0a4b1..00000000 Binary files a/old/app/favicon.ico and /dev/null differ diff --git a/web/next.config.js b/web/next.config.js index f0536fb6..d1749003 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -40,8 +40,7 @@ module.exports = { dangerouslyAllowSVG: true, remotePatterns: [ { hostname: 'manifold.markets' }, - { hostname: 'manifold.love' }, - { hostname: 'poly.love' }, + { hostname: 'compassmeet.com' }, { hostname: 'lh3.googleusercontent.com' }, { hostname: 'i.imgur.com' }, { hostname: 'firebasestorage.googleapis.com' },