Skip to content

Commit

Permalink
fix(admin): update branding assets (#11248)
Browse files Browse the repository at this point in the history
* Removes unused image

* updates favicon and top left icon

* Fixes reference to non-existing favicon

Co-authored-by: Laurent Leclerc Poulin <laurentlp@users.noreply.github.com>
  • Loading branch information
ptrckbp and laurentlp committed Jan 24, 2022
1 parent d788f05 commit 73d60c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified packages/ui-admin/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/ui-admin/src/app/Menu/logo-icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/ui-admin/src/app/media/logo_white.png
Binary file not shown.
3 changes: 1 addition & 2 deletions packages/ui-lite/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
window.ROOT_PATH = ''
</script>
<base href="/" />
<link rel="icon" type="image/png" href="assets/ui-studio/public/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/ui-studio/public/img/favicon-16x16.png" sizes="16x16" />
<link rel="icon" href="assets/admin/ui/public/favicon.ico" />
</head>

<body>
Expand Down

0 comments on commit 73d60c4

Please sign in to comment.