mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
make home section placeholder text not selectable
This commit is contained in:
parent
b691e4c93f
commit
fe6961acc2
@ -93,7 +93,14 @@ function Chat() {
|
||||
if (activeGuildId && activeGuildId === "@me") {
|
||||
return (
|
||||
<WrapperTwo>
|
||||
<span>Home Section Placeholder</span>
|
||||
<span
|
||||
style={{
|
||||
padding: "1rem",
|
||||
userSelect: "none",
|
||||
}}
|
||||
>
|
||||
Home Section Placeholder
|
||||
</span>
|
||||
</WrapperTwo>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user