Skip to content

Commit

Permalink
Use SVG image as logo instead of PNG one
Browse files Browse the repository at this point in the history
  • Loading branch information
NI committed Sep 28, 2019
1 parent a26e1f4 commit b50946d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file removed ui/sshwifty.png
Binary file not shown.
1 change: 1 addition & 0 deletions ui/sshwifty.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b50946d

Please sign in to comment.