mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
Patch Notion Icons Extension (#257)
* Remove console logging in mod.js * Rename styles.css to app.css
This commit is contained in:
parent
4cd612f92b
commit
a53f5ad652
@ -167,4 +167,4 @@
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
}
|
@ -182,7 +182,6 @@ module.exports = {
|
||||
iconSetBody.append(icon);
|
||||
garbageCollector.push(icon);
|
||||
icon.addEventListener('click', () => setPageIcon(iconUrl));
|
||||
console.log(iconUrl)
|
||||
|
||||
// Make sure elements load
|
||||
promiseArray.push(
|
||||
|
Loading…
Reference in New Issue
Block a user