Files
harpLabs_Inc/template-parts/partials/technology-ticker-image.php
2024-05-03 01:55:19 -04:00

11 lines
201 B
PHP

<?php
/**
* Technologies Ticker
*
* @package ThemeStarter
*/
?>
<img src="<?= get_field('technology_image') ?>" alt="<?= the_title() ?> logo" class="max-h-8 px-4 lg:w-full lg:max-h-12 lg:px-8">