Skip to content

Commit

Permalink
Fix invalid URL path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Mar 24, 2022
1 parent 0b6709c commit bbacf5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
line-height: 100px;
border-radius: 100px;
display: inline-block;
background: $euiColorEmptyShade url('assets/texture.svg') no-repeat;
background: $euiColorEmptyShade url('./assets/texture.svg') no-repeat;
background-size: cover, 125%;
text-align: center;
}
Expand Down

0 comments on commit bbacf5e

Please sign in to comment.