mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add support info below button
This commit is contained in:
parent
b81da4ff9c
commit
7e431fd4e9
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="relative w-full flex justify-center"
|
class="relative w-full flex flex-col justify-center items-center space-y-4"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
:class="[
|
:class="[
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
}"
|
}"
|
||||||
@click="triggerFilepicker"
|
@click="triggerFilepicker"
|
||||||
>Select Apps</button>
|
>Select Apps</button>
|
||||||
|
|
||||||
|
<small>Supports: Mac Apps, Zip files, and <em>some</em> DMG files</small>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
ref="file-selector"
|
ref="file-selector"
|
||||||
type="file"
|
type="file"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue