diff --git a/app/javascript/gabsocial/components/toast.js b/app/javascript/gabsocial/components/toast.js index 71e4886c..35daffa9 100644 --- a/app/javascript/gabsocial/components/toast.js +++ b/app/javascript/gabsocial/components/toast.js @@ -16,7 +16,7 @@ class Toast extends React.PureComponent { componentDidMount() { this._timer = setTimeout(() => { this.handleOnDismiss() - }, 5000) + }, 3500) } componentWillUnmount() {