From bde3a70480f999dba493caf3f13e1e5371bb9a6f Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Thu, 9 Feb 2017 16:14:00 +1100 Subject: [PATCH] Added mask icon for Safari This is used for pinned tabs and the touchbar on the new MacBook Pro --- public/images/webkit-mask-icon.svg | 4 ++++ views/index.erb | 1 + 2 files changed, 5 insertions(+) create mode 100644 public/images/webkit-mask-icon.svg diff --git a/public/images/webkit-mask-icon.svg b/public/images/webkit-mask-icon.svg new file mode 100644 index 00000000..239900ee --- /dev/null +++ b/public/images/webkit-mask-icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/views/index.erb b/views/index.erb index 7e347d5d..261b5d53 100644 --- a/views/index.erb +++ b/views/index.erb @@ -28,6 +28,7 @@ + <%= javascript_tag 'application', asset_host: false %> <%= javascript_tag 'docs' %><% unless App.production? %>