Skip to content

Commit

Permalink
Merge pull request #4791 from HSLdevcom/DT-5859-favicon
Browse files Browse the repository at this point in the history
Fix: change favicon from ico to png
  • Loading branch information
vesameskanen authored Apr 25, 2023
2 parents 2468c94 + a10bb2d commit 2597d55
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/configurations/config.kela.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default configMerger(matkaConfig, {
title: APP_TITLE,
textLogo: true,

favicon: './app/configurations/images/kela/favicon.ico',
favicon: './app/configurations/images/kela/favicon.png',
appBarLink: {
name: 'Kela',
href: 'https://www.kela.fi/',
Expand Down Expand Up @@ -52,6 +52,5 @@ export default configMerger(matkaConfig, {
includeCarSuggestions: true,
includeBikeSuggestions: false,
},

nearYouModes: ['bus', 'tram', 'subway', 'rail', 'ferry', 'citybike'],
});
Binary file removed app/configurations/images/kela/favicon.ico
Binary file not shown.
Binary file added app/configurations/images/kela/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2597d55

Please sign in to comment.