Open feedback links in new tab
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
Search a GitHub user
|
||||
</h2>
|
||||
<small>{{ requests.remaining }} GitHub requests remaining</small>
|
||||
<small>Send feedback on <a href="https://github.com/lowlighter/metrics/discussions/229">GitHub discussions</a>!</small>
|
||||
<small>Send feedback on <a href="https://github.com/lowlighter/metrics/discussions/229" target="_blank">GitHub discussions</a>!</small>
|
||||
</div>
|
||||
<div class="inputs">
|
||||
<input type="text" v-model="user" @keyup.enter="search" :disabled="pending">
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<span>{{ user }}</span><span class="slash">/</span>README<span class="md">.md</span>
|
||||
</div>
|
||||
<div class="readme">
|
||||
<a href="https://github.com/lowlighter/metrics/discussions">Send feedback</a>
|
||||
<a href="https://github.com/lowlighter/metrics/discussions" target="_blank">Send feedback</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user