diff --git a/ui/sshwifty.png b/ui/sshwifty.png deleted file mode 100644 index f6e8807..0000000 Binary files a/ui/sshwifty.png and /dev/null differ diff --git a/ui/sshwifty.svg b/ui/sshwifty.svg new file mode 100644 index 0000000..60e3737 --- /dev/null +++ b/ui/sshwifty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 76ff7c6..d1c10dc 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -322,11 +322,11 @@ module.exports = { } }, new WebappWebpackPlugin({ - logo: path.join(__dirname, "ui", "sshwifty.png"), + logo: path.join(__dirname, "ui", "sshwifty.svg"), prefix: "", cache: false, favicons: { - appName: "Sswifty SSH Client", + appName: "Sshwifty SSH Client", appDescription: "Web SSH Client", developerName: "Rui NI", developerURL: "https://vaguly.com",