PricingBlog

Lesson 1: link element has no text element inside it?

  • ttwwgg_-1410719696092659862

    ttwwgg

    5 months ago

    Watching this tutorial https://youtu.be/3U0UVetAQNc?si=tRuqIXFnTKEriNpg. The instructions say to add a link element and build it out as a component. In the tutorial the link element comes with a text element inside it but when I added a link element it doesn’t have a text element inside it. I added an attibute manually and used a formula to add the text attribute but I don’t see anything. I then tried to add a text element as a child of the link element and added a formula to display the test text but I am getting an error. There is no undefined link visible on the main homepage.The tutorial looks different than what I am seeing.
    1410719696881192960-1BA737F5-244A-4B3C-B175-14FB0ECDFA6D.png
    1410719697141370980-230D4C65-A576-436C-8346-89A76C370BF2.png
    1410719696579330160-09E4E745-990D-41BE-82D9-F7076CE3E8DD.png
  • jaycmpb-1410721906423762954

    Jay Campbell

    5 months ago

    You're using the wrong one, there's an "a" element and a "link" element, you're using the "link" element, the video is using the "a" element.

    If you type in link in the add element popup I think both come up but the "link" one will be first.