mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
move icon/ to media/
This commit is contained in:
parent
d4b344900f
commit
44f8693490
@ -24,7 +24,7 @@ export default async function (api, db) {
|
||||
|
||||
const $sidebarLink = web.html`<div class="enhancer--sidebarMenuLink" role="button" tabindex="0">
|
||||
<div>
|
||||
<div>${await fs.getText('icon/colour.svg')}</div>
|
||||
<div>${await fs.getText('media/colour.svg')}</div>
|
||||
<div><div>notion-enhancer</div></div>
|
||||
</div>
|
||||
</div>`;
|
||||
|
@ -299,7 +299,7 @@ const _$modListCache = {},
|
||||
};
|
||||
|
||||
const $notionNavItem = web.html`<h1 class="nav-notion">
|
||||
${(await fs.getText('icon/colour.svg')).replace(
|
||||
${(await fs.getText('media/colour.svg')).replace(
|
||||
/width="\d+" height="\d+"/,
|
||||
`class="nav-notion-icon"`
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user