Skip to content

Commit

Permalink
[docs] Fix image layout shift (#10313)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 13, 2023
1 parent 7469b90 commit 7b1125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/introduction/licensing/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ This error indicates that your license key is missing. You might not be allowed
The component will look something like this:

<div class="only-light-mode">
<img src="/static/x/watermark-light.png" style="width: 653px; margin-bottom: 2rem;" alt="" loading="lazy">
<img src="/static/x/watermark-light.png" width="1306" height="536" style="width: 653px; margin-bottom: 2rem;" alt="" loading="lazy">
</div>
<div class="only-dark-mode">
<img src="/static/x/watermark-dark.png" style="width: 645px; margin-bottom: 2rem;" alt="" loading="lazy">
<img src="/static/x/watermark-dark.png" width="1290" height="548" style="width: 645px; margin-bottom: 2rem;" alt="" loading="lazy">
</div>

To solve the issue, you can check the [free trial conditions](#evaluation-trial-licenses), if you are eligible no actions are required.
Expand Down

0 comments on commit 7b1125c

Please sign in to comment.