Fix JS and Vue (#10328)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
83801663ce
commit
d3f618362a
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
const { StaticUrlPrefix } = window.config;
|
||||
|
||||
export function svg(name, size) {
|
||||
return `<svg class="svg ${name}" width="${size}" height="${size}" aria-hidden="true"><use xlink:href="${StaticUrlPrefix}/img/svg/icons.svg#${name}"/></svg>`;
|
||||
return `<svg class="svg ${name}" width="${size}" height="${size}" aria-hidden="true"><use xlink:href="#${name}"/></svg>`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue