We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2111db7 commit 575f013Copy full SHA for 575f013
src/vector/index.html
@@ -41,6 +41,7 @@
41
</script>
42
<script src="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %>"></script>
43
<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;"/>
45
<audio id="messageAudio">
46
<source src="media/message.ogg" type="audio/ogg" />
47
<source src="media/message.mp3" type="audio/mpeg" />
0 commit comments