Skip to content

Commit

Permalink
Remove start-up night, add bed.ex to events + remove revue from collabs
Browse files Browse the repository at this point in the history
  • Loading branch information
viljeno committed Jan 22, 2025
1 parent c9aeafb commit e62d481
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,27 +473,27 @@ const CompanyInterestPage = () => {
commentName: 'breakfastTalkComment',
commentPlaceholder: interestText.breakfastTalkComment[language],
},
// {
// name: 'bedex',
// translated: EVENTS.bedex[language],
// description: interestText.bedexDescription[language],
// commentName: 'bedexComment',
// commentPlaceholder: interestText.bedexComment[language],
// },
{
name: 'bedex',
translated: EVENTS.bedex[language],
description: interestText.bedexDescription[language],
commentName: 'bedexComment',
commentPlaceholder: interestText.bedexComment[language],
},
{
name: 'other',
translated: EVENTS.other[language],
description: interestText.otherEventDescription[language],
commentName: 'otherEventComment',
commentPlaceholder: interestText.otherEventComment[language],
},
{
name: 'start_up',
translated: EVENTS.start_up[language],
description: interestText.startUpDescription[language],
commentName: 'startupComment',
commentPlaceholder: interestText.startUpComment[language],
},
// {
// name: 'start_up',
// translated: EVENTS.start_up[language],
// description: interestText.startUpDescription[language],
// commentName: 'startupComment',
// commentPlaceholder: interestText.startUpComment[language],
// },
{
name: 'company_to_company',
translated: EVENTS.company_to_company[language],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ export const EVENTS = {
// norwegian: 'Digital presentasjon',
// english: 'Digital presentation',
// },
// bedex: {
// norwegian: 'Bedriftsekskursjon (BedEx)',
// english: 'Company excursion (BedEx)',
// },
bedex: {
norwegian: 'Bedriftsekskursjon (BedEx)',
english: 'Company excursion (BedEx)',
},
other: {
norwegian: 'Alternativt arrangement',
english: 'Other event',
},
start_up: {
norwegian: 'Start-up kveld',
english: 'Start-up night',
},
// start_up: {
// norwegian: 'Start-up kveld',
// english: 'Start-up night',
// },
company_to_company: {
norwegian: 'Bedrift-til-bedrift',
english: 'Company-to-company',
Expand Down Expand Up @@ -170,10 +170,10 @@ export const COLLABORATION_TYPES = {
norwegian: 'Samarbeid med TIHLDE linjeforening',
english: 'Event in collaboration with TIHLDE',
},
collaboration_revue: {
norwegian: 'Samarbeid med Revyen',
english: 'Collaboration with the revue',
},
// collaboration_revue: {
// norwegian: 'Samarbeid med Revyen',
// english: 'Collaboration with the revue',
// },
// collaboration_anniversary: {
// english: "Collaboration with Abakus' anniversary committee*",
// norwegian: 'Samarbeid med Abakus sitt Jubileum*',
Expand Down

0 comments on commit e62d481

Please sign in to comment.