diff --git a/frontend/src/components/Channels/ChannelsBody.jsx b/frontend/src/components/Channels/ChannelsBody.jsx index f88a631..38b352b 100644 --- a/frontend/src/components/Channels/ChannelsBody.jsx +++ b/frontend/src/components/Channels/ChannelsBody.jsx @@ -14,7 +14,9 @@ const ChannelsBody = ({ const renderButton = (name, id) => ( - + {t('chat.channels.editButton')} - {t('chat.channels.removeButton')} - {t('chat.channels.renameButton')} + + {t('chat.channels.removeButton')} + + + {t('chat.channels.renameButton')} + ); return ( -