Skip to content

Commit

Permalink
#104 updated favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
artzub committed Mar 14, 2023
1 parent 704fa10 commit 2208d16
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 6 deletions.
8 changes: 5 additions & 3 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,13 @@ module.exports = function (webpackEnv) {
)
),
new FaviconsWebpackPlugin({
logo: paths.appSrc + '/assets/favicon.png',
prefix: 'static/icons',
logo: paths.appSrc + '/assets/favicon.svg',
prefix: 'static/icons/',
favicons: {
appName: appPackageJson.fullname,
appShortName: appPackageJson.name
appShortName: appPackageJson.name,
background: "transparent",
theme_color: "#000000",
}
}),
// Inlines the webpack runtime script. This script is too small to warrant
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "visgit",
"fullname": "Git Visualization",
"fullname": "VisGit",
"version": "1.0.0",
"description": "The service for visualizing github users activity and repositories history.",
"description": "The service for visualizing git services users activity and repositories history.",
"main": "build/main.js",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name="description"
content="The service for visualizing git users activity and repositories history."
/>
<title>Git Visualization</title>
<title>VisGit</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<style>
Expand Down
Binary file modified src/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions src/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/favicon.xcf
Binary file not shown.

0 comments on commit 2208d16

Please sign in to comment.