Skip to content

Commit 0ba2054

Browse files
committed
Fix image render glitch
Fixes #71
1 parent 5f223b9 commit 0ba2054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/architecture/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ is inset by this much so that their content will align horizontally and
6666
vertically when placed next to each other.
6767

6868
<p style="text-align: center;" markdown="1">
69-
![](/images/architecture/widget-inset.png)
69+
<img src="/images/architecture/widget-inset.png" width="90" />
7070
</p>
7171

7272
It is recommended that custom widgets include similar dimensions

0 commit comments

Comments
 (0)