Skip to content

Commit

Permalink
chore: updated placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpankaj committed May 13, 2022
1 parent 7482653 commit 3100120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/notificationsPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const NotificationsPopup = ({ handleCloseDialog }: NotificationsPopupP) => {
<input
id="slack_hook_key"
type="text"
placeholder="Enter slack hook key"
placeholder="https://hooks.slack.com/services/XXX/XXX/XXXXXXXX"
onChange={handleInput}
value={inputData.slack.hookKey}
/>
Expand Down Expand Up @@ -257,14 +257,14 @@ const NotificationsPopup = ({ handleCloseDialog }: NotificationsPopupP) => {
<input
id="discord_webhook"
type="text"
placeholder="Enter discord webhook"
placeholder="https://discord.com/api/webhooks/XXXXX/XXXXXXXXXX"
onChange={handleInput}
value={inputData.discord.webhook}
/>
<input
id="discord_channel"
type="text"
placeholder="Enter discord channel name (optional)"
placeholder="Enter discord channel (optional)"
onChange={handleInput}
value={inputData.discord.channel}
/>
Expand Down

0 comments on commit 3100120

Please sign in to comment.