Skip to content

Commit

Permalink
Fix font-awesome URL
Browse files Browse the repository at this point in the history
The path of the font-awesome CSS changed with
MagicMirrorOrg/MagicMirror#1525
  • Loading branch information
qistoph committed Mar 28, 2019
1 parent 2daec30 commit 59807d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="fonts/roboto.css">
<link rel="stylesheet" type="text/css" href="vendor/node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="vendor/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="modules/MMM-Remote-Control/remote.css">
<link rel="apple-touch-icon" href="modules/MMM-Remote-Control/apple-touch-icon.png">
<meta name="apple-mobile-web-app-title" content="MagicRemote">
Expand Down Expand Up @@ -274,4 +274,4 @@
<script type="text/javascript" src="modules/MMM-Remote-Control/remote.js"></script>
</body>

</html>
</html>

0 comments on commit 59807d9

Please sign in to comment.