From 3d594a56bc48cdf31e5cf1a6cc9c014f7ec6eca1 Mon Sep 17 00:00:00 2001
From: davegson <3080765+davegson@users.noreply.github.com>
Date: Thu, 11 Aug 2022 16:08:43 +0200
Subject: [PATCH] Add mobile icon to comparison chart

VPNs and Tor support mobile, so add that.

The icon pack had no android icon and no generic mobile icon, the "vibrating" one was the best one I found
---
 _includes/spn_vs_others.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_includes/spn_vs_others.html b/_includes/spn_vs_others.html
index fde75e1..1db69eb 100644
--- a/_includes/spn_vs_others.html
+++ b/_includes/spn_vs_others.html
@@ -46,6 +46,7 @@
             <i class="icon-windows text-2xl text-safing-blue-500"></i>
             <i class="icon-linux text-2xl"></i>
             <i class="icon-mac text-2xl text-gray-500"></i>
+            <i class="icon-mobile-devices-vibration2 text-2xl text-gray-500"></i>
           </div>
         </td>
         <td class="card-table-body-row-cell">
@@ -62,6 +63,7 @@
               <i class="icon-windows text-2xl text-safing-blue-500"></i>
               <i class="icon-linux text-2xl"></i>
               <i class="icon-mac text-2xl text-gray-500"></i>
+              <i class="icon-mobile-devices-vibration2 text-2xl text-gray-500"></i>
             </div>
           </a>
         </td>