mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Prod: fixes
This commit is contained in:
@@ -327,8 +327,10 @@ function B(props: {
|
||||
);
|
||||
if (!href)
|
||||
return boldText;
|
||||
// append UTM details if missing
|
||||
const hrefWithUtm = href.includes('utm_source=') ? href : href + clientUtmSource();
|
||||
return (
|
||||
<ExternalLink href={href + clientUtmSource()} highlight={props.wow} icon={props.issue ? 'issue' : undefined}>
|
||||
<ExternalLink href={hrefWithUtm} highlight={props.wow} icon={props.issue ? 'issue' : undefined}>
|
||||
{boldText}
|
||||
</ExternalLink>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user