mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +02:00
Add ai bot suggestions
This commit is contained in:
parent
525564bd82
commit
2339a156c2
4 changed files with 31 additions and 20 deletions
|
|
@ -339,7 +339,7 @@ export function GridPattern({ width, height, x, y, squares, ...props }: any) {
|
|||
</defs>
|
||||
<rect width="100%" height="100%" strokeWidth={0} fill={`url(#${patternId})`} />
|
||||
{squares && (
|
||||
<svg x={x} y={y} className="overflow-visible">
|
||||
<svg aria-hidden="true" x={x} y={y} className="overflow-visible">
|
||||
{squares.map(([x, y]: any, idx: number) => (
|
||||
<rect
|
||||
strokeWidth="0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue