mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Move how it works to line below button
This commit is contained in:
parent
cc823cbb49
commit
8b774b1ab7
1 changed files with 9 additions and 6 deletions
|
|
@ -19,11 +19,6 @@
|
|||
Check for Apple Silicon compatibility for your apps before you buy an M1 Mac.
|
||||
</h2>
|
||||
|
||||
<a
|
||||
href="/#"
|
||||
class="underline"
|
||||
>How it works</a>
|
||||
|
||||
</header>
|
||||
|
||||
<div class="app-tester w-full space-y-4 pb-64">
|
||||
|
|
@ -47,7 +42,15 @@
|
|||
>Cancel</button>
|
||||
</template>
|
||||
|
||||
<small>Supports: Mac Apps, Zip files, and <em>some</em> DMG files. Bigger files take longer.</small>
|
||||
<div>
|
||||
<small>
|
||||
<span>Supports: Mac Apps, Zip files, and <em>some</em> DMG files. Bigger files take longer. </span>
|
||||
<a
|
||||
href="/#"
|
||||
class="underline"
|
||||
>How it works</a>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<input
|
||||
ref="file-selector"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue