Skip to content

Commit

Permalink
Merge pull request #150 from lewisl9029/bugfix-ionicons-not-being-loaded
Browse files Browse the repository at this point in the history
Bugfix ionicons not being loaded
  • Loading branch information
lewisl9029 committed May 8, 2015
2 parents 2b42aaa + 5bd1b5c commit 156dc67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added app/assets/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Toc Messenger</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="initialize.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion app/libraries/ionic/ionic.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ionicons-font-path: "../assets/fonts/ionicons" !default;
$ionicons-font-path: "assets/fonts/ionicons" !default;

@import 'dependencies/github/driftyco/[email protected]/scss/ionic';

0 comments on commit 156dc67

Please sign in to comment.