diff --git a/components/CommitteeCard.tsx b/components/CommitteeCard.tsx index 85dde3d..490682a 100644 --- a/components/CommitteeCard.tsx +++ b/components/CommitteeCard.tsx @@ -156,13 +156,10 @@ export const CommitteeCard = ({ members }: { members: Members[] }) => { ) if (isLastSingle) { - // For patrons: don't span both columns or center — left-align and allow intrinsic width + // For Patrons: left-align the lone final card and let it size to content return (
-
- return ( -
-
+
{card}
diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index 01c8db5..905bf08 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -52,8 +52,8 @@ const CustomTimeline = () => { }, []) const handleDownload = () => { - // const pdfPath = '/Program_Schedule_WebsiteCSITSS2025.docx.pdf' - // window.open(pdfPath, '_blank') + const pdfPath = '/Session_TrackDetails_24-Oct_CSITSS2025.pdf' + window.open(pdfPath, '_blank') } return ( @@ -138,7 +138,7 @@ const CustomTimeline = () => { transform hover:scale-105 hover:shadow-xl" > - Download Paper-Presentation Track Schedule + Download Tentative Paper-Presentation Track Schedule
diff --git a/pages/schedules.tsx b/pages/schedules.tsx index 0234542..ddb0034 100644 --- a/pages/schedules.tsx +++ b/pages/schedules.tsx @@ -117,7 +117,7 @@ const Schedules = () => { Day 3 */}
-

Paper Presentation Track Schedule

+

Tentative Paper Presentation Track Schedule

22nd November 2025

diff --git a/public/Session_TrackDetails_24-Oct_CSITSS2025.pdf b/public/Session_TrackDetails_24-Oct_CSITSS2025.pdf new file mode 100644 index 0000000..2851957 Binary files /dev/null and b/public/Session_TrackDetails_24-Oct_CSITSS2025.pdf differ