How can I add a class to the link helper?
I added an array, but each array-element gets added to the link as a numberd attribute: <a href="..bla.." 0="class" 1="color-red-600">bla</a>
Yes, link() is not wrong, but it doesn’t appear in the documentation because it’s just an alias. Don’t know if “they” plan to remove it or not. If so, the Starterkit should be changed.