Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 0fbdeaa

Browse files
authored
Update index.html
1 parent 737a539 commit 0fbdeaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,18 +584,18 @@
584584
"
585585
/>
586586
<button id="Send" class="roundborder" title="Send message">
587-
<img src="icons/send.svg" height="25" />
587+
<img src="https://random-rants-chat.github.io/randomrants-emojis/icons/send.svg" height="25" />
588588
</button>
589589
<button id="SendHidden" class="roundborder" title="Send hidden message">
590-
<img src="icons/sendhidden.svg" height="25" />
590+
<img src="https://random-rants-chat.github.io/randomrants-emojis/icons/sendhidden.svg" height="25" />
591591
</button>
592592
<button
593593
id="Clear"
594594
onclick="messages.children[0].innerHTML = '';clickSound();"
595595
class="roundborder"
596596
title="Clear chat"
597597
>
598-
<img src="icons/clearchat.svg" height="25" />
598+
<img src="https://random-rants-chat.github.io/randomrants-emojis/icons/clearchat.svg" height="25" />
599599
</button>
600600
<br />
601601
<br />

0 commit comments

Comments
 (0)