mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-15 05:34:05 +02:00
Fix issue in sticky top ad
This commit is contained in:
@@ -48,7 +48,7 @@ export function StickyTopSponsor(props: StickyTopSponsorProps) {
|
|||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://www.google.com"
|
href={sponsor.url}
|
||||||
onClick={onSponsorClick}
|
onClick={onSponsorClick}
|
||||||
className={cn(
|
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',
|
'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