mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add device icon
This commit is contained in:
parent
e09f2e1525
commit
053fb60e55
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const hasDeviceSupport = Array.isArray( listing.deviceSupport )
|
|||
{ hasDeviceSupport && (
|
||||
<div class="device-support w-full">
|
||||
|
||||
<Heading text='Device Support' />
|
||||
<Heading text='💻 Device Support' />
|
||||
|
||||
<div class="device-support-apps md:inline-flex md:w-full max-w-4xl overflow-x-auto overflow-y-visible md:whitespace-no-wrap border rounded-lg divide-y md:divide-y-0 md:divide-x divide-gray-700 space-y-3 md:space-y-0 py-4 px-3">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue