Tweaks
* Don't show @everyone in the role picker * Show some text on the image picker talking about Discord CDN * Correct == in todos
This commit is contained in:
@ -37,6 +37,11 @@ const ImagePickerModal = ({ setModalOpen, setImage }) => {
|
||||
}}
|
||||
onSubmitText={"Save"}
|
||||
>
|
||||
<p>
|
||||
Please note: if you attach an image directly from Discord, it will not be visible in
|
||||
the dashboard, but will be visible on reminders. Other image-sharing sites such as
|
||||
Imgur don't have this issue.
|
||||
</p>
|
||||
<input
|
||||
class="input"
|
||||
id="urlInput"
|
||||
|
Reference in New Issue
Block a user