Skip to content

Commit

Permalink
refactor: Add relative positioning to FrstAds component
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Aug 8, 2024
1 parent 301d19e commit 8ea6d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/FrstAds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function FrstAds({ placementName, slotId, targeting, classList = [] }: Props) {
slotId={slotId}
targeting={targeting}
channel={process.env.NODE_ENV === "development" ? "dev" : "prod"}
classList={[...classList, "min-h-[50px]"]}
classList={[...classList, "min-h-[50px] relative"]}
// onNewAdSlotsHook={(placementName) =>
// console.log("creating ad", placementName)
// }
Expand Down

0 comments on commit 8ea6d40

Please sign in to comment.