I’m trying to pass the last part of module 13 and cannot figure out where I’m going wrong. I’m thinking it has something to do with these, but I’m not sure how to approach this any differently at this point.
- Update the Subtitle so that it is ‘In partnership with: ‘ and then a comma-delimited list of the Local Non Profits (c_localNonProfits). (hint: go back to the defining new cards unit and search for “List” to find the formatter that can help here.)
- For CTA1, Hardcode the CTA Label as “Learn More” and map the CTA URL to the landing page URL
- Remove CTA2
Please let me know if anyone has insight in to how to fix this, thank you so much!
I can see there is a comma missing next to ‘Learn More’, please add that and check.
label:‘Learn More’,
1 Like
Thanks Devi! That did help. I am still not passing the challenge after I make the commit, but live preview looks correct now. Any ideas on what might be going on there?
Hi Ashlyn,
For your url, you don’t want the value ‘landingPageUrl’, you want to reference the field. To do this, set it to profile.landingPageUrl
.
1 Like
Thanks, Amani! Obviously I needed to fix this, but there is still something else going on. At this point I’m wondering if restarting the challenge is a good idea?
Oh wait I get it now! You are the best thank you so much!