Help Condition using Text Plugin

Hi, I am trying to create a condition with variable using the text plugin. I would like that before my title to have a small logo from an URL to appear. So i m doing the following:

div style=“display: flex; align-items: center; justify-content: center;”
img src=“${terminal === ‘London’ ? ‘https://cdn-icons-png.flaticon.com/512/6862/6862322.png’ : ‘Imgur: The magic of the Internet’}” alt=“Terminal Icon” style=“width: 32px; height: 32px; margin-right: 10px;”
h1 style=“margin: 0;”>${terminal}</h1
/div
However, I have the Title displaying London but not my URL before I just have
image_2024-08-23_104636806 I have this small logo instead. Any help would be very appreciated.

open your browser and look in the console. any errors?

Hi @yosiasz thank you for your response, nope there are no error messages just the proper logo does not get display.

please repost your html code as clean html. there is a lot of broken stuff in it. that way we can also test it locally.

Dear @yosiasz, I am quite new using html when I try to paste my code it just display the following display and not just the code:


Terminal Icon

${terminal}

I am using a variable as my title