Skip to content

Commit 3445ad7

Browse files
committed
🎨 Clean code
Signed-off-by: Daniel <[email protected]>
1 parent 1c952be commit 3445ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/protyle/export/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const getIconScript = (servePath: string) => {
2828
const isBuiltInIcon = ["ant", "material"].includes(window.siyuan.config.appearance.icon);
2929
const html = isBuiltInIcon ? "" : `<script src="${servePath}appearance/icons/material/icon.js?v=${Constants.SIYUAN_VERSION}"></script>`;
3030
return html + `<script src="${servePath}appearance/icons/${window.siyuan.config.appearance.icon}/icon.js?v=${Constants.SIYUAN_VERSION}"></script>`;
31-
}
31+
};
3232

3333
export const saveExport = (option: IExportOptions) => {
3434
/// #if BROWSER

0 commit comments

Comments
 (0)