We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88669fd commit 4f7ceebCopy full SHA for 4f7ceeb
site/src/components/Footer/Footer.tsx
@@ -27,7 +27,7 @@ export const Footer: React.FC = ({ children }) => {
27
</div>
28
{buildInfoState.context.buildInfo && (
29
<div className={styles.buildInfo}>
30
- <Link variant="caption" href={buildInfoState.context.buildInfo.external_url}>
+ <Link variant="caption" target="_blank" href={buildInfoState.context.buildInfo.external_url}>
31
{Language.buildInfoText(buildInfoState.context.buildInfo)}
32
</Link>
33
0 commit comments