Skip to content

Commit

Permalink
docs(site): Add target blank to external links in site header (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddrain authored Mar 17, 2020
1 parent b6328f0 commit f6c2288
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/src/components/site-header/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ export class SiteHeader {
<a href="/docs/community/plugins/">Plugins</a>
</li>
<li class="dropdown__item">
<a href="https://forum.ionicframework.com/">Forum</a>
<a href="https://forum.ionicframework.com/" target="_blank">Forum</a>
</li>
<li class="dropdown__item">
<a href="https://getcapacitor.herokuapp.com/">Slack</a>
<a href="https://getcapacitor.herokuapp.com/" target="_blank">Slack</a>
</li>
<li class="dropdown__item">
<a href="https://twitter.com/getcapacitor">Twitter</a>
<a href="https://twitter.com/getcapacitor" target="_blank">Twitter</a>
</li>
</ul>
</span>

<a class="link link--external" href="https://github.com/ionic-team/capacitor">
<a class="link link--external" href="https://github.com/ionic-team/capacitor" target="_blank">
GitHub
<app-icon name="targetblank"></app-icon>
</a>
Expand Down

0 comments on commit f6c2288

Please sign in to comment.