Skip to content

Commit 8593d90

Browse files
committed
Remove core
1 parent df441b7 commit 8593d90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/complete-profile/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function RegisterComponent() {
384384
content: null
385385
},
386386
{
387-
id: 'coreValues', title: 'Core Values', allowAdd: true,
387+
id: 'coreValues', title: 'Values', allowAdd: true,
388388
content: <>
389389
<p className="mt-2">
390390
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() {
400400
</>
401401
},
402402
{
403-
id: 'interests', title: 'Core Interests', allowAdd: true,
403+
id: 'interests', title: 'Interests', allowAdd: true,
404404
content: <>
405405
<p className="mt-2">
406406
When selecting your core interests on a platform designed to foster deep, lasting

app/profiles/ProfileFilters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ interface FilterProps {
3030

3131
export const dropdownConfig: { id: DropdownKey, name: string }[] = [
3232
{id: "connections", name: "Type of Connection"},
33-
{id: "coreValues", name: "Core Values"},
34-
{id: "interests", name: "Core Interests"},
33+
{id: "coreValues", name: "Values"},
34+
{id: "interests", name: "Interests"},
3535
{id: "causeAreas", name: "Cause Areas"},
3636
]
3737

lib/client/profile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ export function Profile(url: string, header: any = null) {
121121

122122
const tagsConfig: Tags[] = [
123123
{profileAttribute: 'desiredConnections', attribute: 'connection', title: 'Type of Connection'},
124-
{profileAttribute: 'coreValues', attribute: 'value', title: 'Core Values'},
125-
{profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Core Interests'},
124+
{profileAttribute: 'coreValues', attribute: 'value', title: 'Values'},
125+
{profileAttribute: 'intellectualInterests', attribute: 'interest', title: 'Interests'},
126126
{profileAttribute: 'causeAreas', attribute: 'causeArea', title: 'Cause Areas'},
127127
]
128128

0 commit comments

Comments
 (0)