Skip to content

Commit

Permalink
Fix console message for Anastasiya
Browse files Browse the repository at this point in the history
  • Loading branch information
markpadbe committed Feb 6, 2024
1 parent 88598b4 commit 8388d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/marquee/marquee.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export async function loadMnemonicList(foreground) {
}

export default async function init(el) {
if (el.classList.contains('new-variant')) console.log('got it...in the new branch!');
if (el.classList.contains('new-variant')) console.log('got it...in the new branch...for Anastasiya!');
const excDark = ['light', 'quiet'];
if (!excDark.some((s) => el.classList.contains(s))) el.classList.add('dark');
const children = el.querySelectorAll(':scope > div');
Expand Down

0 comments on commit 8388d9f

Please sign in to comment.