mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 15:21:53 +00:00
chore: Update Zen browser components submodule commit reference and improve compact mode
This commit is contained in:
@@ -250,7 +250,7 @@ class Pages {
|
||||
* @param {Page[]} pages The pages
|
||||
*/
|
||||
constructor(pages) {
|
||||
console.log("Initializing welcome pages...");
|
||||
console.info("Initializing welcome pages...");
|
||||
this.pages = pages
|
||||
this.currentPage = 0;
|
||||
|
||||
@@ -259,7 +259,7 @@ class Pages {
|
||||
this.pages.forEach((page) => page.setPages(this))
|
||||
|
||||
this._displayCurrentPage();
|
||||
console.log("Welcome pages initialized.")
|
||||
console.info("Welcome pages initialized.")
|
||||
|
||||
this.nextEl = document.getElementById(`next`)
|
||||
this.prevEl = document.getElementById(`back`)
|
||||
|
Reference in New Issue
Block a user