Merge pull request #3143 from Equinoxx4978/patch-1

Fixed typo in IMPORTANT.md
This commit is contained in:
mr. m
2024-11-22 00:37:25 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# Important notes!
Inside browser.js, we hardcoded-ly detect the path name for `zen-welcome` so we can add special attributes to the welcom page. If this path name changes, the welcome page will not work properly.
Inside browser.js, we hardcoded-ly detect the path name for `zen-welcome` so we can add special attributes to the welcome page. If this path name changes, the welcome page will not work properly.
Make sure to update the path name in browser.js if you change the path name of `zen-welcome`.