Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Mar 22, 2024
1 parent 30e334a commit 04a8bb6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export const EventTicket = ({ tktDetail, event, error, customLink }) => {
const showMainstage = event?.data?.attributes['is-videoroom-enabled'];
const eid = event?.data?.attributes.identifier;

console.log('showMainstage', showMainstage);

return (
<>
<EventStrip
Expand Down
2 changes: 1 addition & 1 deletion app/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Layout(props) {
<>
<div className="announcement_strip">
<a
href={'/conferences/c/GSoC-Alumni-Summit-2024'}
href={'/community/conferences/c/GSoC-Alumni-Summit-2024'}
style={{ textDecoration: 'none', color: 'white' }}
>
<h6>
Expand Down
2 changes: 1 addition & 1 deletion app/pages/conferences/c/[eid].js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function EventDisplayPage({ event, spkdata, prsession }) {
error={error}
speaker={spkdata}
prsession={prsession}
customLink={'https://bbb.rocket.chat/b/sin-ur2-c72-cbv'}
customLink={'https://meet.google.com/dbt-czaj-whr'}
/>
</Stack>
<AdvtButtons repoUrl={'https://github.com/RocketChat/RC4Conferences'} />
Expand Down
6 changes: 3 additions & 3 deletions cms/config/initialData/sub-menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"id": 13,
"label": "GSoC 2023",
"label": "GSoC 2024",
"style": "disable",
"url": null,
"published_at": "2021-06-21T09:03:49.991Z",
Expand All @@ -106,8 +106,8 @@
},
{
"id": 14,
"label": "GSoC 2023 Demo Day",
"url": "/conferences/c/GSoC-23-Demo-Day",
"label": "GSoC 2024 Alumni Summit",
"url": "/conferences/c/GSoC-Alumni-Summit-2024",
"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
6 changes: 3 additions & 3 deletions cms/config/initialData/top-nav-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sub_menus": [
{
"id": 13,
"label": "GSoC 2023",
"label": "GSoC 2024",
"url": null,
"style": "disable",
"published_at": "2021-06-21T09:03:49.991Z",
Expand All @@ -20,8 +20,8 @@
},
{
"id": 14,
"label": "GSoC 2023 Demo Day",
"url": "/conferences/c/GSoC-23-Demo-Day",
"label": "GSoC 2024 Alumni Summit",
"url": "/conferences/c/GSoC-Alumni-Summit-2024",
"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
4 changes: 2 additions & 2 deletions open-event-server/seed/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"name": "Samad Yar Khan",
"email": "[email protected]",
"mobile": null,
"photo_url": null,
"photo_url": "https://open.rocket.chat/avatar/samad.khan",
"organisation": "RC",
"position": "Rocket.Chat Mentor",
"country": null,
Expand Down Expand Up @@ -336,7 +336,7 @@
"name": "Shiqi Mei",
"email": "[email protected]",
"mobile": null,
"photo_url": null,
"photo_url": "https://open.rocket.chat/avatar/shiqimei",
"organisation": "RC",
"position": "Rocket.Chat Mentor",
"country": null,
Expand Down

0 comments on commit 04a8bb6

Please sign in to comment.