Skip to content

Commit

Permalink
improve landing des
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 5, 2024
1 parent 71adbe9 commit f440e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landing/src/components/Cta.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@

<div class="flex gap-3 flex-col lg:flex-row">
{#if asset?.platform.toLowerCase() === 'macos'}
<button on:mousedown={ctaClick} class="btn btn-primary hidden md:flex">
<button on:mousedown={ctaClick} class="btn btn-primary hidden lg:flex">
<MacIcon />
{t('download-for')}{asset?.platform}
</button>
<button on:mousedown={ctaClick} class="btn btn-primary md:hidden">
<button on:mousedown={ctaClick} class="btn btn-primary lg:hidden">
{t('download')}
</button>
{:else}
Expand Down

0 comments on commit f440e33

Please sign in to comment.