summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_channels.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/more_channels.jsx')
-rw-r--r--webapp/components/more_channels.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/more_channels.jsx b/webapp/components/more_channels.jsx
index 5374c3344..783aeff50 100644
--- a/webapp/components/more_channels.jsx
+++ b/webapp/components/more_channels.jsx
@@ -159,7 +159,7 @@ export default class MoreChannels extends React.Component {
return (
<Modal
- dialogClassName='more-modal more-modal--action'
+ dialogClassName='more-modal more-public-channels'
show={this.state.show}
onHide={this.handleHide}
onExited={this.handleExit}