LinkFooter: improve style of repo link
This commit is contained in:
parent
8586c8ded5
commit
eaf15fd77c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const LinkFooter: React.FC = (): JSX.Element => {
|
|||
defaultMessage='{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).'
|
||||
values={{
|
||||
code_name: sourceCode.displayName,
|
||||
code_link: <a href={sourceCode.url} rel='noopener' target='_blank'>{sourceCode.repository}</a>,
|
||||
code_link: <Text theme='subtle'><a className='underline' href={sourceCode.url} rel='noopener' target='_blank'>{sourceCode.repository}</a></Text>,
|
||||
code_version: sourceCode.version,
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue