diff --git a/public/img/dashboard/line-bg.svg b/public/img/dashboard/line-bg.svg new file mode 100644 index 0000000..86c02dc --- /dev/null +++ b/public/img/dashboard/line-bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/dashboard/wavy-bg.svg b/public/img/dashboard/wavy-bg.svg deleted file mode 100644 index 91c6e0b..0000000 --- a/public/img/dashboard/wavy-bg.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/sass/dashboard.scss b/resources/sass/dashboard.scss index 1420cb9..538f633 100644 --- a/resources/sass/dashboard.scss +++ b/resources/sass/dashboard.scss @@ -81,7 +81,7 @@ body { left: 0px; width: 100%; height: 100%; - background-image: url("/img/dashboard/wavy-bg.svg"); + background-image: url("/img/dashboard/line-bg.svg"); background-position: center top; background-repeat: repeat; }