We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8229f2 commit c1fadc9Copy full SHA for c1fadc9
1 file changed
src/components/placeholders/AdPlaceholder.tsx
@@ -1,6 +1,6 @@
1
-export const AdPlaceholder = ({ className = '' }: { className?: string }) => {
+export const AdPlaceholder = () => {
2
return (
3
- <div className={'cardPlaceholder adCardPlaceholder'}>
+ <div className="cardPlaceholder adCardPlaceholder">
4
<span className="image" />
5
<div className="cardContent">
6
<span className="line" />
0 commit comments