浏览代码

Use newer version of font-awesome and use update class name for notifcation icon

sbkwgh 7 年之前
父节点
当前提交
da57365498
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frontend/index.html
  2. 1 1
      frontend/src/components/NotificationButton.vue

+ 1 - 1
frontend/index.html

@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
-    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
frontend/src/components/NotificationButton.vue

@@ -10,7 +10,7 @@
 			:class='{ "notification_button__button--shake": shake }'
 			@click='setShowMenu(!showMenu)'
 		>
-			<span class='fa fa-bell-o notification_button__button__icon'></span>
+			<span class='fa fa-bell notification_button__button__icon'></span>
 			<span
 				class='notification_button__button__count'
 				:class='{