From 80c7779efeab644410dee2f21428322b1f0e3500 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 4 Jun 2020 20:55:25 +0200 Subject: fix mascot sizes, fix tick, delete extraneous .png icons follows PR #2822 --- client/src/assets/images/global/tick.svg | 4 +++- client/src/assets/images/mascot/arguing.png | Bin 11783 -> 0 bytes client/src/assets/images/mascot/default.png | Bin 10134 -> 0 bytes client/src/assets/images/mascot/defeated.png | Bin 8891 -> 0 bytes client/src/assets/images/mascot/happy.png | Bin 11242 -> 0 bytes client/src/assets/images/mascot/happy.svg | 2 +- client/src/assets/images/mascot/oh.png | Bin 10806 -> 0 bytes client/src/assets/images/mascot/pointing.png | Bin 10518 -> 0 bytes 8 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 client/src/assets/images/mascot/arguing.png delete mode 100644 client/src/assets/images/mascot/default.png delete mode 100644 client/src/assets/images/mascot/defeated.png delete mode 100644 client/src/assets/images/mascot/happy.png delete mode 100644 client/src/assets/images/mascot/oh.png delete mode 100644 client/src/assets/images/mascot/pointing.png (limited to 'client/src/assets/images') diff --git a/client/src/assets/images/global/tick.svg b/client/src/assets/images/global/tick.svg index dd7e8face..f34040bab 100644 --- a/client/src/assets/images/global/tick.svg +++ b/client/src/assets/images/global/tick.svg @@ -1,4 +1,6 @@ - + + + diff --git a/client/src/assets/images/mascot/arguing.png b/client/src/assets/images/mascot/arguing.png deleted file mode 100644 index 154c45c2c..000000000 Binary files a/client/src/assets/images/mascot/arguing.png and /dev/null differ diff --git a/client/src/assets/images/mascot/default.png b/client/src/assets/images/mascot/default.png deleted file mode 100644 index e0a1410b7..000000000 Binary files a/client/src/assets/images/mascot/default.png and /dev/null differ diff --git a/client/src/assets/images/mascot/defeated.png b/client/src/assets/images/mascot/defeated.png deleted file mode 100644 index 58e1ce10a..000000000 Binary files a/client/src/assets/images/mascot/defeated.png and /dev/null differ diff --git a/client/src/assets/images/mascot/happy.png b/client/src/assets/images/mascot/happy.png deleted file mode 100644 index a51f9df14..000000000 Binary files a/client/src/assets/images/mascot/happy.png and /dev/null differ diff --git a/client/src/assets/images/mascot/happy.svg b/client/src/assets/images/mascot/happy.svg index 82661083e..9db9105a4 100644 --- a/client/src/assets/images/mascot/happy.svg +++ b/client/src/assets/images/mascot/happy.svg @@ -1,4 +1,4 @@ - + diff --git a/client/src/assets/images/mascot/oh.png b/client/src/assets/images/mascot/oh.png deleted file mode 100644 index 168b11b65..000000000 Binary files a/client/src/assets/images/mascot/oh.png and /dev/null differ diff --git a/client/src/assets/images/mascot/pointing.png b/client/src/assets/images/mascot/pointing.png deleted file mode 100644 index 670702f53..000000000 Binary files a/client/src/assets/images/mascot/pointing.png and /dev/null differ -- cgit v1.2.3