Skip to content

Commit

Permalink
Merge pull request #4795 from HSLdevcom/simplify-favicon-logic
Browse files Browse the repository at this point in the history
chore: clean up favicon logic
  • Loading branch information
vesameskanen authored Apr 26, 2023
2 parents 88f524c + cf0994a commit bd54415
Show file tree
Hide file tree
Showing 23 changed files with 13 additions and 54 deletions.
2 changes: 2 additions & 0 deletions app/configurations/config.joensuu.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

favicon: './app/configurations/images/joensuu/favicon.png',

// Navbar logo
logo: 'joensuu/jojo-logo.png',

Expand Down
2 changes: 2 additions & 0 deletions app/configurations/config.jyvaskyla.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

favicon: './app/configurations/images/jyvaskyla/favicon.png',

// Navbar logo
logo: 'jyvaskyla/favicon.png',

Expand Down
2 changes: 2 additions & 0 deletions app/configurations/config.lahti.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

favicon: './app/configurations/images/lahti/favicon.png',

// Navbar logo
logo: 'lahti/lahti-logo.png',
secondaryLogo: 'lahti/secondary-lahti-logo.png',
Expand Down
2 changes: 2 additions & 0 deletions app/configurations/config.oulu.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

favicon: './app/configurations/images/oulu/favicon.png',

// Navbar logo
logo: 'oulu/oulu-logo.png',
secondaryLogo: 'oulu/secondary-oulu-logo.png',
Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.pori.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

favicon: 'pori/favicon.svg',
favicon: './app/configurations/images/pori/favicon.png',

// Navbar logo
logo: 'pori/pori_logo.svg',
Expand Down
1 change: 1 addition & 0 deletions app/configurations/config.rovaniemi.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default configMerger(walttiConfig, {
},

title: APP_TITLE,
favicon: './app/configurations/images/rovaniemi/favicon.png',
// Navbar logo
logo: 'rovaniemi/rovaniemi-logo.svg',
feedIds: ['Rovaniemi'],
Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.tampere.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default configMerger(walttiConfig, {
// Navbar logo
logo: 'tampere/tampere-logo.png',

favicon: './sass/themes/tampere/favicon.png',
favicon: './app/configurations/images/tampere/favicon.png',

feedIds: ['tampere', 'digitraffic', 'tampereDRT'],

Expand Down
2 changes: 2 additions & 0 deletions app/configurations/config.turku.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

favicon: './app/configurations/images/turku/favicon.png',

// Navbar logo
logo: 'turku/foli-logo.png',

Expand Down
Binary file removed sass/themes/default/favicon.png
Binary file not shown.
Binary file removed sass/themes/hameenlinna/favicon.png
Binary file not shown.
39 changes: 0 additions & 39 deletions sass/themes/hsl/icon_favicon-reittiopas.svg

This file was deleted.

Binary file removed sass/themes/joensuu/favicon.png
Binary file not shown.
Binary file removed sass/themes/jyvaskyla/favicon.png
Binary file not shown.
Binary file removed sass/themes/kouvola/favicon.png
Binary file not shown.
Binary file removed sass/themes/kuopio/favicon.png
Binary file not shown.
Binary file removed sass/themes/lahti/favicon.png
Binary file not shown.
Binary file removed sass/themes/lappeenranta/bussi_fin.jpeg
Binary file not shown.
13 changes: 0 additions & 13 deletions sass/themes/matka/icon_favicon-matkafi.svg

This file was deleted.

Binary file removed sass/themes/oulu/favicon.png
Binary file not shown.
Binary file removed sass/themes/rovaniemi/favicon.png
Binary file not shown.
Binary file removed sass/themes/tampere/favicon.png
Binary file not shown.
Binary file removed sass/themes/turku/favicon.png
Binary file not shown.
Binary file removed sass/themes/varely/favicon.png
Binary file not shown.

0 comments on commit bd54415

Please sign in to comment.