Revert "Update the mobile_guide page to the new design. (#30006)" (#30104)

This commit is contained in:
Michael Telatynski
2025-06-10 14:01:27 +01:00
committed by GitHub
parent 5b51fe48af
commit c51823db5e
15 changed files with 799 additions and 566 deletions

View File

@@ -679,12 +679,6 @@ module.exports = (env, argv) => {
context: path.resolve(__dirname, "node_modules/@element-hq/element-call-embedded/dist"),
to: path.join(__dirname, "webapp", "widgets", "element-call"),
},
// Mobile guide assets
{
from: "assets/**",
context: path.resolve(__dirname, "src/vector/mobile_guide"),
to: "mobile_guide",
},
],
}),