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:
parent
264008c47a
commit
3d594a56bc
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue