clean up PrivateCodeCta
Created by: sqs
- Use
<a>
not<Link>
for external links (if there were notarget="_blank"
I believe this would not have worked; it would have treated theto
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