We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecc52a commit af23527Copy full SHA for af23527
apps/docs/partials/base.hbs
@@ -36,7 +36,7 @@
36
<menu>
37
<li><a href="/install.html" {{#if isInstallPage}}aria-current="page"{{/if}}>Install</a></li>
38
<li><a href="/docs.html" {{#if isDocsPage}}aria-current="page"{{/if}}>Examples</a></li>
39
- <li><a role="button" href="https://github.com/torstendittmann/launch-css">GitHub</a></li>
+ <li><a role="button" href="https://github.com/torstendittmann/launch-css" target="_blank">GitHub</a></li>
40
</menu>
41
</nav>
42
</header>
0 commit comments