Skip to content

Commit

Permalink
feat: icon and title
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoruu committed Jun 5, 2020
1 parent cf7fb0c commit 79d440d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed example/public/favicon.ico
Binary file not shown.
Binary file added example/public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="shortcut icon" href="%PUBLIC_URL%/icon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>fiber</title>
<title>Fiber</title>
</head>

<body>
Expand Down

0 comments on commit 79d440d

Please sign in to comment.