From f9a860a6d98acd6bd50551dc5e4a10bfb1ccdb88 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 Jul 2021 18:01:04 -0400 Subject: [PATCH] Replace the wavy-bg with a line bg to avoid having to include stuff that doesn't have the MIT license directly in the repo --- public/img/dashboard/line-bg.svg | 1 + public/img/dashboard/wavy-bg.svg | 1 - resources/sass/dashboard.scss | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 public/img/dashboard/line-bg.svg delete mode 100644 public/img/dashboard/wavy-bg.svg 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; }