You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, the nesting of the tags is not ideal. I think that buttons are supposed to be used inside of form. Also <a> should not wrap <button>. You can resolve this by simply using <a> and using a css class to style the link to look like a button.
The text was updated successfully, but these errors were encountered:
Please update the style prototype to include the newsletter signup text and link:
http://nyc-camp.github.io/2015/style-guide/#/components?id=masthead
Also, the nesting of the tags is not ideal. I think that buttons are supposed to be used inside of
form
. Also<a>
should not wrap<button>
. You can resolve this by simply using<a>
and using a css class to style the link to look like a button.The text was updated successfully, but these errors were encountered: