Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: podcast style #367

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"@mui/material": "^5.8.3",
"@mui/styles": "^5.8.3",
"@mui/system": "^5.8.5",
"chart.js": "^3.9.1",
"@mui/x-date-pickers": "^5.0.7",
"dayjs": "^1.11.6",
"dotenv": "^10.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
Expand Down
15 changes: 7 additions & 8 deletions client/src/assets/placeholder/podcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,34 @@
export const PODCAST = Object.freeze([
{
cover: 'cover.png',
title: 'Interview-02: John Doe',
tags: ['Technology', 'Academics'],
title: '#1-Prof. Saroj Kumar Patel',
authors: ['Debabrata Malik', 'Rama Krushna Behera'],
duration: '3:21',
description:
"Delve into Momo's vibrant world as he prepares for his Valentines Day. Delve into Momo's vibrant world as he prepares for his Valentines Day. Delve into Momo's vibrant world as he prepares for his Valentines Day.",
},
{
cover: 'cover.png',
title: 'Interview-02: John Doe',
tags: ['Technology', 'Academics'],
title:
'#27-Sai Swarup Mohanty: Product Design Intern at Scaler,UX Design Intern at Upstox, Product Designer',
authors: ['Debabrata Malik', 'Rama Krushna Behera'],
duration: '3:20',
description:
"Delve into Momo's vibrant world as he prepares for his Valentines Day. Delve into Momo's vibrant world as he prepares for his Valentines Day. Delve into Momo's vibrant world as he prepares for his Valentines Day.",
},
{
cover: 'cover.png',
title: 'Interview-02: John Doe',
tags: ['Technology', 'Academics'],
title:
'#26-Rupesh Mahore: Research intern at Harvard, Former ISRO intern, Innovator of Oxyserve, TEDxSpeake',
authors: ['Debabrata Malik', 'Rama Krushna Behera'],
duration: '3:19',
description:
"Delve into Momo's vibrant world as he prepares for his Valentines Day. Delve into Momo's vibrant world as he prepares for his Valentines Day. Delve into Momo's vibrant world as he prepares for his Valentines Day.",
},
{
cover: 'cover.png',
title: 'Interview-02: John Doe',
tags: ['Technology', 'Academics'],
title:
'#25-Parul Rath: Former President of Clarion, Chief Coordinator of the Training Committee, Former intern at Citi Bank, Placed at ZS Associates, CH Class of 2022',
authors: ['Debabrata Malik', 'Rama Krushna Behera'],
duration: '3:18',
description:
Expand Down
Loading