From d9eb3a21e50abd59aea35b86eafe277d982125f2 Mon Sep 17 00:00:00 2001 From: pranavvraja Date: Thu, 12 Dec 2024 23:01:32 +0530 Subject: [PATCH 1/2] fix: header spacing --- src/components/common/scrolling-banner.tsx | 6 +----- src/components/widget/header.tsx | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/common/scrolling-banner.tsx b/src/components/common/scrolling-banner.tsx index 01f2d27..718257c 100644 --- a/src/components/common/scrolling-banner.tsx +++ b/src/components/common/scrolling-banner.tsx @@ -7,11 +7,7 @@ export default function ScrollingBanner() { const repeatCount = 20; // Increase this number to add more repetitions return ( -
+
{
-
+
Date: Fri, 13 Dec 2024 15:40:04 +0530 Subject: [PATCH 2/2] add: silver sponsor --- src/constants/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants/index.ts b/src/constants/index.ts index ea8ecec..8e064a3 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -258,6 +258,10 @@ export const silverSponsors: Sponsors[] = [ name: "CASHCADE", logoUrl: `${tedxsjecAssetsPrefix}/sponsors/CASHCADE.avif`, }, + { + name: "IDP", + logoUrl: `${tedxsjecAssetsPrefix}/sponsors/idp.avif`, + }, ]; export const bronzeSponsors: Sponsors[] = [