From 9b53dee01935174a44c1d93c967e9c8524f3c726 Mon Sep 17 00:00:00 2001 From: Mounika Vojjala Date: Thu, 27 Nov 2025 14:44:24 -0500 Subject: [PATCH 1/3] change: added condition to hide the divider of time to read --- lib/components/Card/CardHeader.tsx | 4 +++- lib/data/NewsData.ts | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/components/Card/CardHeader.tsx b/lib/components/Card/CardHeader.tsx index a47039d5c..8e791d8fe 100644 --- a/lib/components/Card/CardHeader.tsx +++ b/lib/components/Card/CardHeader.tsx @@ -35,7 +35,9 @@ export const CardHeader = ({ )} {readTime && ( -

+

{readTime} min read

)} diff --git a/lib/data/NewsData.ts b/lib/data/NewsData.ts index 3b3d85dc7..b98d547d1 100644 --- a/lib/data/NewsData.ts +++ b/lib/data/NewsData.ts @@ -29,7 +29,6 @@ export const NewsData = [ alt: 'AI Research Lab', excerpt: 'Carleton University has launched a new AI research lab to advance the field of artificial intelligence and machine learning. The lab will focus on cutting-edge research and collaboration with industry partners.', - date: '2023-09-15 09:00:00', readTime: '5', tags: { category: [ From cef2f1bf7e00d8bb06079962434be9727931a319 Mon Sep 17 00:00:00 2001 From: Mounika Vojjala Date: Tue, 2 Dec 2025 13:18:51 -0500 Subject: [PATCH 2/3] change: fixed the privacy policy console error on souncloud --- lib/components/Embed/Embed.SoundCloud.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/components/Embed/Embed.SoundCloud.tsx b/lib/components/Embed/Embed.SoundCloud.tsx index 0c3d44f1d..384efeb7e 100644 --- a/lib/components/Embed/Embed.SoundCloud.tsx +++ b/lib/components/Embed/Embed.SoundCloud.tsx @@ -6,7 +6,16 @@ export interface EmbedSoundCloudProps { export const EmbedSoundCloud = ({ title, url }: EmbedSoundCloudProps) => { const src = `https://w.soundcloud.com/player/?url=${url}&color='ff5500'&auto_play=false&hide_related=true&show_comments=false&show_user=true&show_reposts=false&visual=true` - return