Skip to content

Commit

Permalink
🐛 fix: arrow placement in success page (#238) (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll authored Jun 3, 2024
1 parent 3facf5f commit 52f1bf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<button
aria-label="open tdrive"
type="button"
class="flex shrink items-center justify-center"
class="flex shrink items-center justify-center h-full"
>
<img src="/images/arrow-forward.svg" alt="next" class="w-6" />
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<button
aria-label="open tmail"
type="button"
class="flex shrink items-center justify-center"
class="flex shrink items-center justify-center h-full"
>
<img src="/images/arrow-forward.svg" alt="next" class="w-6" />
</button>
Expand Down
7 changes: 3 additions & 4 deletions registration/src/lib/components/products/TwakeProduct.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
>{$t('twake_chat_description')}</span
>
</div>
<button
type="button"
<div
aria-label={$t('open-twake')}
class="flex shrink items-center justify-center"
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 52f1bf8

Please sign in to comment.