From cda517fd04b2ee560ba3b70e8a403cea7750db13 Mon Sep 17 00:00:00 2001 From: sohamtembhurne Date: Thu, 26 Oct 2023 14:10:08 +0530 Subject: [PATCH] updated path to use {logoPath} instead of string --- plugins/plugin-annotations/src/logo.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/plugin-annotations/src/logo.mjs b/plugins/plugin-annotations/src/logo.mjs index 40013a0dd41..3d1b31978d3 100644 --- a/plugins/plugin-annotations/src/logo.mjs +++ b/plugins/plugin-annotations/src/logo.mjs @@ -1,8 +1,10 @@ // Export defs +import { logoPath } from '../../../sites/shared/components/logos/freesewing.mjs' + export const logoDefs = [ { name: 'logo', def: (scale) => - ``, + ``, }, ]