Skip to content

Commit

Permalink
Fix image reference on index page (dart-lang#5482)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored and atsansone committed Feb 20, 2024
1 parent 219bd9f commit e6e3277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
type='video/webm;codecs="vp8, vorbis"' />
<source src="assets/dash/video/hotreload.mp4"
type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"' />
<img src=assets/dash/2x/paint-your-ui.png alt="Paint your UI" />
<img src="assets/dash/2x/paint-your-ui.png" alt="Paint your UI" />
</video>
</section>
</div>
Expand Down

0 comments on commit e6e3277

Please sign in to comment.