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 c43a6bd commit bda1b7fCopy full SHA for bda1b7f
src/components/post/SideAd.tsx
@@ -19,7 +19,7 @@ const Positioner = styled.div`
19
const AdBlock = styled.div<{ width: number; height: number }>`
20
width: ${(props) => props.width}px;
21
height: ${(props) => props.height}px;
22
- background: #e0e0e0;
+ // background: #e0e0e0;
23
// border-radius: 4px;
24
display: flex;
25
// color: #666;
0 commit comments