Compare commits
No commits in common. "59aef22205751f6fa4b97b2ea5c4a9fa624d50e1" and "bdd41b2db75247a48d30809cea7aeb790618bab2" have entirely different histories.
59aef22205
...
bdd41b2db7
@ -55,9 +55,7 @@ export var SettingsModal = memo(function SettingsModal({ open, setOpen, user, up
|
||||
<div className="text-2xl mt-8 border-b border-slate-500 mb-2">Emoji</div>
|
||||
{emojis.map(emoji => <img src={SERVER_BASE_URL + "/emoji/" + emoji} title={`:${emoji}:`} alt={`:${emoji}:`} key={emoji} className="w-8 h-8 inline-block m-1" />)}
|
||||
<div className="text-xl mt-8">Upload Emoji</div>
|
||||
<EmojiUploader setEmojis={setEmojis} />
|
||||
<div className="text-2xl mt-8 border-b border-slate-500 mb-2">Report bug</div>
|
||||
<a style={{ color: "revert", textDecoration: "revert" }} href="https://gitea.moe/lamp/chat" target="_blank">https://gitea.moe/lamp/chat</a>
|
||||
<EmojiUploader setEmojis={setEmojis} />
|
||||
</div>
|
||||
</div>;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user