mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-14 05:04:02 +02:00
Fix issue in sticky top ad
This commit is contained in:
@@ -48,7 +48,7 @@ export function StickyTopSponsor(props: StickyTopSponsorProps) {
|
||||
return (
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://www.google.com"
|
||||
href={sponsor.url}
|
||||
onClick={onSponsorClick}
|
||||
className={cn(
|
||||
'fixed left-0 right-0 top-0 z-[91] flex min-h-[45px] w-full flex-row items-center justify-center px-14 pb-2 pt-1.5 text-base font-medium text-yellow-950',
|
||||
|
Reference in New Issue
Block a user