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

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Doug
2025-06-10 13:29:04 +01:00
committed by GitHub
co-authored by Michael Telatynski
parent 3f6d900627
commit 0e748710cd
15 changed files with 566 additions and 799 deletions
+6
View File
@@ -679,6 +679,12 @@ 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",
},
],
}),