Skip to content

Commit

Permalink
💄 chore: adjust product UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Jun 3, 2024
1 parent 52f1bf8 commit c68b701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions registration/src/lib/components/products/TdriveProduct.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
>{$t('tdrive_description')}</span
>
</div>
<button
<div
aria-label="open tdrive"
type="button"
class="flex shrink items-center justify-center h-full"
>
<img src="/images/arrow-forward.svg" alt="next" class="w-6" />
</button>
</div>
</button>
5 changes: 2 additions & 3 deletions registration/src/lib/components/products/TmailProduct.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
>{$t('tmail_description')}</span
>
</div>
<button
<div
aria-label="open tmail"
type="button"
class="flex shrink items-center justify-center h-full"
>
<img src="/images/arrow-forward.svg" alt="next" class="w-6" />
</button>
</div>
</button>

0 comments on commit c68b701

Please sign in to comment.