Skip to content

Commit

Permalink
fix(demo): fix favicon image (#3381)
Browse files Browse the repository at this point in the history
- Added new 16 and 32 ngx-bootstrap favicons
  • Loading branch information
EvilAlexei authored and valorkin committed Jan 10, 2018
1 parent cf1411a commit 005701d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file added demo/src/assets/images/favicons/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 demo/src/assets/images/favicons/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 demo/src/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="description" content="Bootstrap 3 and Bootstrap 4 widgets for Angular: autocomplete, accordion, alert, buttons, carousel, collapse, dropdown, pagination, popover, progressbar, rating, tabset, timepicker, tooltip, typeahead, sortable, tabs">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="author" href="https://github.com/valor-software/ngx-bootstrap/graphs/contributors">

<!--link to bootstrap.css-->
Expand Down

0 comments on commit 005701d

Please sign in to comment.