Skip to content

Commit 575f013

Browse files
committed
Add e2e/warning.svg to preload
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 2111db7 commit 575f013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vector/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</script>
4242
<script src="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %>"></script>
4343
<img src="<%= require('matrix-react-sdk/res/img/warning.svg') %>" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
44+
<img src="<%= require('matrix-react-sdk/res/img/e2e/warning.svg') %>" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
4445
<audio id="messageAudio">
4546
<source src="media/message.ogg" type="audio/ogg" />
4647
<source src="media/message.mp3" type="audio/mpeg" />

0 commit comments

Comments
 (0)