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 e329ad2 commit c766c06Copy full SHA for c766c06
resources/js/components/ui/placeholder-pattern.tsx
@@ -11,7 +11,7 @@ export function PlaceholderPattern({ className }: PlaceholderPatternProps) {
11
<svg className={className} fill="none">
12
<defs>
13
<pattern id={patternId} x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
14
- <path d="M-1 5L5 -1M3 9L8.5 3.5" stroke-width="0.5"></path>
+ <path d="M-1 5L5 -1M3 9L8.5 3.5" strokeWidth="0.5"></path>
15
</pattern>
16
</defs>
17
<rect stroke="none" fill={`url(#${patternId})`} width="100%" height="100%"></rect>
0 commit comments