Skip to content

Commit

Permalink
Merge pull request #72 from vue-final/feat/favicon
Browse files Browse the repository at this point in the history
chore: add favicon
  • Loading branch information
hunterliu1003 committed Apr 6, 2021
2 parents c7134fc + c611a0f commit 7234307
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed example/public/favicon.ico
Binary file not shown.
Binary file added example/public/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/public/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= BASE_URL %>favicon.png">
<title>Vue Final Modal</title>
<meta name="description" content="Vue.js final modal component. Simple, highly customizable, has no predefined styles.">
<meta name="keywords" content="vue, vuejs, vue 2, vue final modal, vue-final-modal, modal, dialog, box, modal box, dialog box, vue-modal, vue-js-modal.">
Expand Down

0 comments on commit 7234307

Please sign in to comment.