mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-14 01:54:40 -04:00
Remove core
This commit is contained in:
@@ -384,7 +384,7 @@ function RegisterComponent() {
|
||||
content: null
|
||||
},
|
||||
{
|
||||
id: 'coreValues', title: 'Core Values', allowAdd: true,
|
||||
id: 'coreValues', title: 'Values', allowAdd: true,
|
||||
content: <>
|
||||
<p className="mt-2">
|
||||
When defining your core values on a platform meant for forming deep, lasting bonds, focus on what governs your
|
||||
@@ -400,7 +400,7 @@ function RegisterComponent() {
|
||||
</>
|
||||
},
|
||||
{
|
||||
id: 'interests', title: 'Core Interests', allowAdd: true,
|
||||
id: 'interests', title: 'Interests', allowAdd: true,
|
||||
content: <>
|
||||
<p className="mt-2">
|
||||
When selecting your core interests on a platform designed to foster deep, lasting
|
||||
|
||||
@@ -30,8 +30,8 @@ interface FilterProps {
|
||||
|
||||
export const dropdownConfig: { id: DropdownKey, name: string }[] = [
|
||||
{id: "connections", name: "Type of Connection"},
|
||||
{id: "coreValues", name: "Core Values"},
|
||||
{id: "interests", name: "Core Interests"},
|
||||
{id: "coreValues", name: "Values"},
|
||||
{id: "interests", name: "Interests"},
|
||||
{id: "causeAreas", name: "Cause Areas"},
|
||||
]
|
||||
|
||||
|
||||
@@ -121,8 +121,8 @@ export function Profile(url: string, header: any = null) {
|
||||
|
||||
const tagsConfig: Tags[] = [
|
||||
{profileAttribute: 'desiredConnections', attribute: 'connection', title: 'Type of Connection'},
|
||||
{profileAttribute: 'coreValues', attribute: 'value', title: 'Core Values'},
|
||||
{profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Core Interests'},
|
||||
{profileAttribute: 'coreValues', attribute: 'value', title: 'Values'},
|
||||
{profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Interests'},
|
||||
{profileAttribute: 'causeAreas', attribute: 'causeArea', title: 'Cause Areas'},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user