Skip to content

Commit

Permalink
fix: dashboard editor grid dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Pauer authored and fpauer committed Nov 27, 2024
1 parent ab27596 commit 2b760e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/grid/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/** Offset to make the dot fall in the top left corner */
background-position: top left;
background-image: url("grid-dot.svg");
background-image: url("./grid-dot.svg");
background-repeat: repeat;
width: 100%;
height: 100%;
Expand Down

0 comments on commit 2b760e3

Please sign in to comment.