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 c37b871 commit a2c1230Copy full SHA for a2c1230
1 file changed
apps/webapp/app/assets/icons/CrossIcon.tsx
@@ -8,7 +8,7 @@ export function CrossIcon({ className }: { className?: string }) {
8
fill="none"
9
xmlns="http://www.w3.org/2000/svg"
10
>
11
- <path d="M5 5L19 19M19 5L5 19" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
+ <path d="M6 6L18 18M18 6L6 18" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
12
</svg>
13
);
14
}
0 commit comments