Skip to content

Commit 1c9e79a

Browse files
Fixed attribute spelling
1 parent a5d740b commit 1c9e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/placeholder-pattern.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function PlaceholderPattern({ className }: PlaceholderPatternProps) {
1111
<svg className={className} fill="none">
1212
<defs>
1313
<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>
14+
<path d="M-1 5L5 -1M3 9L8.5 3.5" strokeWidth={0.5}></path>
1515
</pattern>
1616
</defs>
1717
<rect stroke="none" fill={`url(#${patternId})`} width="100%" height="100%"></rect>

0 commit comments

Comments
 (0)