Skip to content

Commit

Permalink
Merge pull request #189 from plentymarkets/fix/favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ksted authored Dec 11, 2024
2 parents 7b42ceb + e232eb1 commit fd0a301
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 100 deletions.
Binary file added src/img/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/img/favicon/favicon-dark-16x16.png
Binary file not shown.
Binary file removed src/img/favicon/favicon-dark-32x32.png
Binary file not shown.
Binary file removed src/img/favicon/favicon-dark.ico
Binary file not shown.
Binary file removed src/img/favicon/favicon-light-16x16.png
Binary file not shown.
Binary file removed src/img/favicon/favicon-light-32x32.png
Binary file not shown.
Binary file removed src/img/favicon/favicon-light.ico
Binary file not shown.
Binary file added src/img/favicon/favicon.ico
Binary file not shown.
96 changes: 13 additions & 83 deletions src/img/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions src/partials/head-icons-developers.hbs

This file was deleted.

6 changes: 0 additions & 6 deletions src/partials/head-icons-knowledge.hbs

This file was deleted.

11 changes: 6 additions & 5 deletions src/partials/head-icons.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{#if (eq site.url 'https://developers.plentymarkets.com/en-gb')}}
{{> head-icons-developers}}
{{else}}
{{> head-icons-knowledge}}
{{/if}}
<link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/x-icon" sizes="32x32" href="{{{uiRootPath}}}/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/x-icon" sizes="16x16" href="{{{uiRootPath}}}/img/favicon/favicon-16x16.png">
<link rel="mask-icon" href="{{{uiRootPath}}}/img/favicon/safari-pinned-tab.svg" color="#062633">
{{!-- <meta name="msapplication-TileColor" content="#b91d47"> --}}
{{!-- <meta name="theme-color" content="#ffffff"> --}}

0 comments on commit fd0a301

Please sign in to comment.