summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-27 14:31:26 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commitc36c0278b02bde671456bbc4b1a2a2e2872a332f (patch)
tree070711f19a5d8c9d867fcd1db37fe4a08ae36411
parentRemove an endpoint that never existed (diff)
downloadsynapse-c36c0278b02bde671456bbc4b1a2a2e2872a332f.tar.xz
Not importing that from there
-rw-r--r--synapse_topology/webui/webpack.config.babel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse_topology/webui/webpack.config.babel.js b/synapse_topology/webui/webpack.config.babel.js
index 8b8d2512de..5d646deb54 100644
--- a/synapse_topology/webui/webpack.config.babel.js
+++ b/synapse_topology/webui/webpack.config.babel.js
@@ -66,7 +66,7 @@ export default {
             title: 'Topology - The synapse configuration tool',
         }),
         new HtmlWebpackTagsPlugin({
-            tags: ['css/bootstrap.min.css', 'css/main.css'],
+            tags: ['css/bootstrap.min.css'],
         }),
     ],
 };