mirror of
https://github.com/trycua/computer.git
synced 2026-05-03 21:49:35 -05:00
Run lint
This commit is contained in:
@@ -9,12 +9,7 @@ export function Hero({ children }: { children: React.ReactNode }) {
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<defs>
|
||||
<pattern
|
||||
id="hero-grid"
|
||||
width="40"
|
||||
height="40"
|
||||
patternUnits="userSpaceOnUse"
|
||||
>
|
||||
<pattern id="hero-grid" width="40" height="40" patternUnits="userSpaceOnUse">
|
||||
<path
|
||||
d="M 40 0 L 0 0 0 40"
|
||||
fill="none"
|
||||
@@ -33,9 +28,7 @@ export function Hero({ children }: { children: React.ReactNode }) {
|
||||
</div>
|
||||
|
||||
{/* Content */}
|
||||
<div className="relative z-10">
|
||||
{children}
|
||||
</div>
|
||||
<div className="relative z-10">{children}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user