mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add request review button
This commit is contained in:
parent
8b774b1ab7
commit
51441e3976
1 changed files with 7 additions and 0 deletions
|
|
@ -127,6 +127,13 @@
|
|||
</div>
|
||||
</details>
|
||||
|
||||
<div class="flex flex-col md:flex-row space-x-0 space-y-4 md:space-y-0 md:space-x-4">
|
||||
<a
|
||||
:href="`https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${appScan.displayName || appScan.name}`"
|
||||
class="underline"
|
||||
>Request a Review</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue