Skip to content

Commit

Permalink
feat: update banner link (#2343)
Browse files Browse the repository at this point in the history
Co-authored-by: akshatnema <[email protected]>
  • Loading branch information
thulieblack and akshatnema authored Nov 21, 2023
1 parent 2e73968 commit 69b0f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/campaigns/AnnoucementHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function AnnouncementHero({ className = '', small = false, hideVi
return (
<div
className={`bg-gray-50 w-full h-full border border-gray-200 absolute py-6 rounded transform transition-transform ${className} ${small ? 'mb-4' : 'mx-3 mt-3 p-3 mb-6'
} ${activeBanner ? 'opacity-100 scale-100' : 'opacity-0 scale-90'}`} data-testid="AnnouncementHero-main-div"
} ${activeBanner ? 'opacity-100 scale-100 z-10' : 'opacity-0 scale-90 z-0'}`} data-testid="AnnouncementHero-main-div"
>
<Heading
className="countdown-text-gradient"
Expand Down Expand Up @@ -71,7 +71,7 @@ export default function AnnouncementHero({ className = '', small = false, hideVi
cfaText: "Grab Free Tickets",
eventName: "AACoT'23 Bengaluru Edition",
cfpDeadline: cfpDeadlineIndia,
link: "https://opencollective.com/asyncapi/events/asyncapi-conference-on-tour-6b3c0aa1/contribute/aacot-london-edition-66187",
link: "https://conference.asyncapi.com/venue/bangalore",
show: showBannerIndia
},
{
Expand Down

0 comments on commit 69b0f05

Please sign in to comment.