Skip to content

Commit 0677d30

Browse files
vikermanmgechev
authored andcommitted
fix(@schematics/angular): open twitter link in new tab (#15446)
Change the default application to open the twitter link in a new tab instead of in the current tab. This is consistent with all the other external links in the page.
1 parent e190e2e commit 0677d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/other-files/app.component.html.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
/>
305305
<span>Welcome</span>
306306
<div class="spacer"></div>
307-
<a aria-label="Angular on twitter" href="https://twitter.com/angular" title="Twitter">
307+
<a aria-label="Angular on twitter" target="_blank" rel="noopener" href="https://twitter.com/angular" title="Twitter">
308308

309309
<svg id="twitter-logo" height="24" data-name="Logo — FIXED" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
310310
<defs>

0 commit comments

Comments
 (0)