From a27a5e7a94fe04f49fa5cf6c36767020c4d7dd7a Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 15 Aug 2024 09:44:55 +0300 Subject: [PATCH] Added dark pastebin icon --- src/assets/images/pastebin-icon-light.svg | 101 +++++++++++++++++++++ src/assets/images/pastebin-icon.svg | 103 +--------------------- src/config.json | 2 +- 3 files changed, 104 insertions(+), 102 deletions(-) create mode 100644 src/assets/images/pastebin-icon-light.svg diff --git a/src/assets/images/pastebin-icon-light.svg b/src/assets/images/pastebin-icon-light.svg new file mode 100644 index 0000000..406714d --- /dev/null +++ b/src/assets/images/pastebin-icon-light.svg @@ -0,0 +1,101 @@ + + + + + Pastebin icon + + + + + + + + + + + + + + diff --git a/src/assets/images/pastebin-icon.svg b/src/assets/images/pastebin-icon.svg index 406714d..341fbd8 100644 --- a/src/assets/images/pastebin-icon.svg +++ b/src/assets/images/pastebin-icon.svg @@ -1,101 +1,2 @@ - - - - - Pastebin icon - - - - - - - - - - - - - - + +Pastebin icon \ No newline at end of file diff --git a/src/config.json b/src/config.json index edb9013..4522099 100644 --- a/src/config.json +++ b/src/config.json @@ -896,7 +896,7 @@ "frontend": "pasted", "instance": "public" }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": true, "url": "https://pastebin.com" },