diff --git a/src/app/molecules/channel-intro/ChannelIntro.jsx b/src/app/molecules/room-intro/RoomIntro.jsx
similarity index 64%
rename from src/app/molecules/channel-intro/ChannelIntro.jsx
rename to src/app/molecules/room-intro/RoomIntro.jsx
index 362dc14..df5618d 100644
--- a/src/app/molecules/channel-intro/ChannelIntro.jsx
+++ b/src/app/molecules/room-intro/RoomIntro.jsx
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
-import './ChannelIntro.scss';
+import './RoomIntro.scss';
import Linkify from 'linkifyjs/react';
import colorMXID from '../../../util/colorMXID';
@@ -12,27 +12,27 @@ function linkifyContent(content) {
return