Skip to content

Commit 5cc35db

Browse files
committed
add missing target blanks
1 parent 9aeabda commit 5cc35db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/landing-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landing-page",
33
"description": "",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"oc": {
66
"files": {
77
"data": "server.js",

components/landing-page/template.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<h1>OpenComponents</h1>
66
<h2>Painless micro frontends delivery</h2>
77
<nav>
8-
<a class="button" href="https://github.com/opentable/oc">GitHub</a>
9-
<a class="button" href="https://github.com/opentable/oc/wiki">Documentation</a>
10-
<a class="button" href="https://gitter.im/opentable/oc">Ask the team</a>
8+
<a class="button" href="https://github.com/opentable/oc" target="_blank">GitHub</a>
9+
<a class="button" href="https://github.com/opentable/oc/wiki" target="_blank">Documentation</a>
10+
<a class="button" href="https://gitter.im/opentable/oc" target="_blank">Ask the team</a>
1111
</nav>
1212
</header>
1313
<img class="logo" src="{{staticPath}}img/opencomponents-logo.png" />

0 commit comments

Comments
 (0)