How can I fix the disabled link in Dawn theme's main navigation dropdown?

@nathan1001

Go to line # 118

replace the code

{{ link.title | escape }} {% render 'icon-arrow' %} {% render 'icon-caret' %}

with this

{{ link.title | escape }} {% render 'icon-arrow' %} {% render 'icon-caret' %}

go to your base.css

add this at the bottom of the file

.menu-drawer summary a{ color: currentColor; text-decoration: none; }