1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-07 20:49:08 +00:00

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
This commit is contained in:
davegson 2022-08-11 16:08:43 +02:00
parent 264008c47a
commit 3d594a56bc

View file

@ -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>