Text outside style's brackets (#1765)

I deleted some text that was written outside the img tag

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Giovanni Palma
2022-08-20 09:04:08 +10:00
committed by GitHub
co-authored by Lea Anthony
parent 2651d5d01a
commit c1c950e98c
+1 -1
View File
@@ -109,6 +109,6 @@ You should see the application working as expected:
<div class="text--center">
<img src="/img/windows-default-app.png" width="50%"
style={{"box-shadow": "rgb(255 255 255 / 20%) 0px 4px 8px 0px, rgb(104 104 104) 0px 6px 20px 0px"}}/>255 / 20%) 0px 1px 2px 0px, rgb(104 104 104) 0px 1px 5px 0px"}}/>
style={{"box-shadow": "rgb(255 255 255 / 20%) 0px 4px 8px 0px, rgb(104 104 104) 0px 6px 20px 0px"}}/>
</div>
<br/>