Skip to content

Commit 3590700

Browse files
committed
putting back the mock_skyscraper placement
1 parent 2e36ae6 commit 3590700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react/app/components/navbar/SideBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { FixedSize } from '@mozilla-services/majc/dist/core'
44
export default function SideBar() {
55
return (
66
<div className="flex flex-col justify-between items-center gap-40 pb-20">
7-
<MozAdsPlacement placementId="pocket_skyscraper_1" fixedSize={FixedSize.Skyscraper} />
7+
<MozAdsPlacement placementId="mock_pocket_skyscraper_1" fixedSize={FixedSize.Skyscraper} />
88
</div>
99
)
1010
}

0 commit comments

Comments
 (0)