Update video ison to play button

This commit is contained in:
Sam Carlton 2022-05-18 12:53:53 -05:00
parent 69a4b5594d
commit 8ae2204928

View file

@ -80,7 +80,7 @@ export function getRouteType ( routeString ) {
export function getIconForListing ( listing ) {
const routeType = getRouteType( listing.endpoint )
if ( routeType === 'tv' || routeType === 'benchmarks' ) return '📺'
if ( routeType === 'tv' || routeType === 'benchmarks' ) return '▶️'
if ( routeType === 'device' ) return '🖥'