Trying to add ACF to authors meta and adding a class at the same time

Little Aprilia learns to code 😉
was a silly idea to mix two things, justed added the ACF-Field, using its own if-rule

if( get_field('apri') ): ?>
<span class= "promo"><?php the_field('apri'); ?></span>
<?php endif;