mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-26 03:47:01 -05:00
Rename to Compass
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@compass/api",
|
||||
"description": "Backend API endpoints for the Manifold Love website.",
|
||||
"description": "Backend API endpoints",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -61,7 +61,7 @@ function MyApp({ Component, pageProps }: AppProps<ManifoldPageProps>) {
|
||||
}
|
||||
}, [])
|
||||
|
||||
const title = 'manifold love'
|
||||
const title = 'Compass'
|
||||
const description = 'Questionable dating site'
|
||||
|
||||
return (
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function ReferralsPage() {
|
||||
<LovePage trackPageView={'love referrals'} className="items-center">
|
||||
<SEO
|
||||
title="Share the love"
|
||||
description={`Invite someone to join Manifold Love!`}
|
||||
description={`Invite someone to join Compass!`}
|
||||
/>
|
||||
|
||||
<Col className="bg-canvas-0 rounded-lg p-4 sm:p-8">
|
||||
|
||||
Reference in New Issue
Block a user