We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36ae6 commit 3590700Copy full SHA for 3590700
examples/react/app/components/navbar/SideBar.tsx
@@ -4,7 +4,7 @@ import { FixedSize } from '@mozilla-services/majc/dist/core'
4
export default function SideBar() {
5
return (
6
<div className="flex flex-col justify-between items-center gap-40 pb-20">
7
- <MozAdsPlacement placementId="pocket_skyscraper_1" fixedSize={FixedSize.Skyscraper} />
+ <MozAdsPlacement placementId="mock_pocket_skyscraper_1" fixedSize={FixedSize.Skyscraper} />
8
</div>
9
)
10
}
0 commit comments