Skip to content

Commit

Permalink
Update event details for GSoC 2023 demo day
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Aug 11, 2024
1 parent 19f4e10 commit 838dd99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/pages/conferences/c/[eid].js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ function EventDisplayPage({ event, spkdata, prsession }) {
<title>{eventname ? eventname : 'Event Poster'}</title>
<meta
name="description"
content="Rocket.Chat GSoC 2024 Alumni Summit, March 25th"
content={eventname ? eventname : 'Event Poster'}
/>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:image"
content="https://github.com/RocketChat/RC4Conferences/blob/main/app/assets/alumni_summit_2024.png?raw=true"
content={event?.data?.attributes?.['original-image-url']}
/>
</Head>
<div className="mx-auto">
Expand All @@ -37,7 +37,7 @@ function EventDisplayPage({ event, spkdata, prsession }) {
error={error}
speaker={spkdata}
prsession={prsession}
customLink={'https://meet.google.com/dbt-czaj-whr'}
customLink={'https://meet.google.com/xjf-yuvh-cci'}
/>
</Stack>
<AdvtButtons repoUrl={'https://github.com/RocketChat/RC4Conferences'} />
Expand Down
2 changes: 1 addition & 1 deletion cms/config/initialData/sub-menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
{
"id": 14,
"label": "GSoC 2024 Demo Day",
"url": "/conferences/c/GSoC-Demo-Day-2024",
"url": "/conferences/c/GSoC-Demo-Day-24",
"published_at": "2021-06-21T09:03:49.991Z",
"created_at": "2021-06-21T09:03:57.289Z",
"updated_at": "2021-06-21T09:03:57.289Z"
Expand Down
2 changes: 1 addition & 1 deletion cms/config/initialData/top-nav-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"id": 14,
"label": "GSoC 2024 Demo Day",
"url": "/conferences/c/GSoC-Demo-Day-2024",
"url": "/conferences/c/GSoC-Demo-Day-24",
"published_at": "2021-06-21T09:03:49.991Z",
"created_at": "2021-06-21T09:03:57.289Z",
"updated_at": "2021-06-21T09:03:57.289Z"
Expand Down
2 changes: 1 addition & 1 deletion open-event-server/seed/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"document_links": null,
"group_id": null,
"has_owner_info": true,
"identifier": "GSoC-Demo-Day-2024",
"identifier": "GSoC-Demo-Day-24",
"invoice_details": null,
"is_announced": false,
"is_billing_info_mandatory": false,
Expand Down

0 comments on commit 838dd99

Please sign in to comment.