Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213141516 | import React from 'react';
/**
 * A functional React {@code Component} for showing an HD status label.
 *
 * @returns {ReactElement}
 */
export default function HDVideoLabel() {
    return (
        <span
            className = 'video-state-indicator moveToCorner'
            id = 'videoResolutionLabel'>
            HD
        </span>
    );
}
 |