Skip to content

Commit

Permalink
chore: fix home page favicon link
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Oct 20, 2021
1 parent 56adff0 commit 642e637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<title>Omi - Front End Cross-Frameworks Framework</title>
<link rel="shortcut icon" href="https://tencent.github.io/omi/packages/omiu/examples/build/favicon.ico">
<link rel="shortcut icon" href="https://tencent.github.io/omi/packages/admin/favicon.ico">
<style>
html,
body {
Expand Down Expand Up @@ -455,4 +455,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 642e637

Please sign in to comment.