Default content links in main menu are broken
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3558677. -->
Reported by: [pameeela](https://www.drupal.org/user/1431110)
Related to !119
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>After install of Byte, all of the links in the main menu are broken because they have weird characters added. The link becomes <code>https://drupal-cms-dev.ddev.site/pricing%0A%20%20%20%20%20%20</code> which doesn't work.</p>
<p>We are setting <code>url</code> as <code>item.url</code> to check whether it's empty, and then outputting <code>url</code>, which has the cruft. If we change this to just output <code>item.url</code> it works. I have no idea of the underlying cause.</p>
issue