Skip to content

Commit

Permalink
fix: add target blank to attr-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
illetid authored and SlicedSilver committed Jul 25, 2024
1 parent eeb2b64 commit 910fc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attribution-logo-widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class AttributionLogoWidget {
this._element.href = `https://www.tradingview.com/?utm_medium=lwc-link&utm_campaign=lwc-chart${this._getUTMSource()}`;
this._element.title = 'Charting by TradingView';
this._element.id = 'tv-attr-logo';
this._element.target = '_blank';
this._element.innerHTML = svg;
this._element.toggleAttribute('data-dark', this._theme === 'dark');
this._container.appendChild(this._cssElement);
Expand Down

0 comments on commit 910fc6e

Please sign in to comment.