Add options to request apps via twitter

This commit is contained in:
Sam Carlton 2020-11-21 00:08:03 -06:00
parent a07beac861
commit 788a419281
2 changed files with 32 additions and 10 deletions

View file

@ -13,11 +13,22 @@
@update:query="query = $event" @update:query="query = $event"
/> />
<LinkButton <div class="flex flex-col md:flex-row space-x-0 space-y-4 md:space-y-0 md:space-x-4">
:href="`https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${query}`" <LinkButton
> :href="`https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${query}`"
Request an App class="text-xs"
</LinkButton> >
Request an App with Github
</LinkButton>
<LinkButton
:href="`https://twitter.com/DoesItARM/status/1330027384041508865`"
class="text-xs"
>
Request an App with Twitter
</LinkButton>
</div>
</div> </div>
</section> </section>
</template> </template>

View file

@ -17,11 +17,22 @@
@update:query="query = $event" @update:query="query = $event"
/> />
<LinkButton <div class="flex flex-col md:flex-row space-x-0 space-y-4 md:space-y-0 md:space-x-4">
:href="`https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${query}`" <LinkButton
> :href="`https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${query}`"
Request an App class="text-xs"
</LinkButton> >
Request an App with Github
</LinkButton>
<LinkButton
:href="`https://twitter.com/DoesItARM/status/1330027384041508865`"
class="text-xs"
>
Request an App with Twitter
</LinkButton>
</div>
</div> </div>
</section> </section>
</template> </template>