mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: Use target="_blank" to redirect for footer version (#1166)
This commit is contained in:
@@ -27,7 +27,7 @@ export const Footer: React.FC = ({ children }) => {
|
||||
</div>
|
||||
{buildInfoState.context.buildInfo && (
|
||||
<div className={styles.buildInfo}>
|
||||
<Link variant="caption" href={buildInfoState.context.buildInfo.external_url}>
|
||||
<Link variant="caption" target="_blank" href={buildInfoState.context.buildInfo.external_url}>
|
||||
{Language.buildInfoText(buildInfoState.context.buildInfo)}
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user