You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
s/themes/skins/g as we are always describing the whole UI layout here, whereas themes can sometimes just be small cosmetic tweaks (light-on-dark, dark-on-light etc)
This commit is contained in:
@ -16,4 +16,4 @@ limitations under the License.
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports.MatrixChat = require("../themes/base/views/pages/MatrixChat");
|
||||
module.exports.MatrixChat = require("../skins/base/views/pages/MatrixChat");
|
||||
|
Reference in New Issue
Block a user