Skip to content

Commit

Permalink
Merge pull request #28 from marcoaraujojunior/develop
Browse files Browse the repository at this point in the history
Changed paths
  • Loading branch information
GabrielDeveloper authored Jan 11, 2017
2 parents f4b6024 + 927d3ae commit 09988f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta name="theme-color" content="#00d1b2">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<title>React Client</title>
</head>
Expand Down

0 comments on commit 09988f0

Please sign in to comment.