mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Update video ison to play button
This commit is contained in:
parent
69a4b5594d
commit
8ae2204928
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export function getRouteType ( routeString ) {
|
||||||
export function getIconForListing ( listing ) {
|
export function getIconForListing ( listing ) {
|
||||||
const routeType = getRouteType( listing.endpoint )
|
const routeType = getRouteType( listing.endpoint )
|
||||||
|
|
||||||
if ( routeType === 'tv' || routeType === 'benchmarks' ) return '📺'
|
if ( routeType === 'tv' || routeType === 'benchmarks' ) return '▶️'
|
||||||
|
|
||||||
if ( routeType === 'device' ) return '🖥'
|
if ( routeType === 'device' ) return '🖥'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue