#asuHeader .uds-hdr-nav-list:first-of-type > li:last-child a:before {
    content: '❤ ';
    position: absolute;
    left: .5rem;
}
@media (min-width: 1260px) {
	#asuHeader .uds-hdr-nav-list:first-of-type > li:last-child a:before { 
			position: relative; 
			left: 0; 
		}
}