Skip to content

clean up PrivateCodeCta

Administrator requested to merge private-code-cta-cleanup into main

Created by: sqs

  • Use <a> not <Link> for external links (if there were no target="_blank" I believe this would not have worked; it would have treated the to prop value as a relative path)
  • To style a link as a button, use the Bootstrap classes directly, instead of embedding a button in a link (which is unnecessary and could have unintended consequences if this element is inside a form element)
  • Use consistent language: self-hosted not private, capitalize/spell Git/Perforce/Subversion in the standard way

Merge request reports

Loading