mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 22:28:32 +01:00
Fix issue in sticky top ad
This commit is contained in:
parent
8de3b5eb38
commit
1d1541386f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user