From 58709501cac0fd98a200f43872abae2a8f233105 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 9 Oct 2023 18:22:33 +0200 Subject: [PATCH] add mascot --- public/auth.js | 2 +- public/images/mascot.svg | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 public/images/mascot.svg diff --git a/public/auth.js b/public/auth.js index 7f2bcdcb7..11dcd138e 100644 --- a/public/auth.js +++ b/public/auth.js @@ -156,7 +156,7 @@ async function setStateAndRedirect(access_token, domain) { "domain": domain, "enable_reaction": true, "locale": "en", - "mascot": "/images/pleroma-fox-tan-smol.png", + "mascot": "/images/mascot.svg", "max_toot_chars": instance.configuration.statuses.max_characters, "me": credentials.id, "reduce_motion": false, diff --git a/public/images/mascot.svg b/public/images/mascot.svg new file mode 100644 index 000000000..23384b661 --- /dev/null +++ b/public/images/mascot.svg @@ -0,0 +1,11 @@ + +image/svg+xml + + + + + + + + + \ No newline at end of file