Start your All-Access Pass to unlock this challenge
When you click a link inside a <turbo-frame>, what do you need to do in order for the URL in the address bar to change?
<turbo-frame>
Nothing - that's the default behavior of a frame.
<turbo-frame id="top-products" data-turbo-navigate="true"></turbo-frame>
<turbo-frame id="top-products" target="_top"></turbo-frame>
<turbo-frame id="top-products" data-turbo-action="advance"></turbo-frame>