diff --git a/src/service-worker.js b/src/service-worker.js index 759e406..ee7c7b8 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -const CACHE_VERSION = { 'version': '0.0.691' }; +const CACHE_VERSION = { 'version': '0.0.695' }; const dataCacheName = 'jubileeData-v1'; const cacheName = 'jubilee-final-1'; const filesToCache = [ diff --git a/src/v1/js/Traffic.js b/src/v1/js/Traffic.js index 96e06b5..871c459 100644 --- a/src/v1/js/Traffic.js +++ b/src/v1/js/Traffic.js @@ -138,8 +138,8 @@ const TrafficView = Backbone.View.extend({ }, 'template': _.template(`
-
mui--align-middle "> <%=readable%> to <%= dest.toLowerCase() %>
-
<%=traffic %>
+
fa-2x mui--align-middle <%= className %>"> <%=readable%> to <%= dest.toLowerCase() %> <%=traffic %>
+
`),