Skip to content

Commit

Permalink
fix link to svg sprite on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirkasa committed Sep 14, 2024
1 parent 077b4e9 commit 9d2d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/home-page/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TabCodeBox, ProjectCodeBox } from "../../code-box/index";

new TabCodeBox(document.getElementById("TabCodeBoxExample"), {
svgSpritePath: "../static/icon-sprite.svg",
svgSpritePath: "./static/icon-sprite.svg",
svgSpriteIcons: {
codeFile: "file",
file: "file-2",
Expand Down

0 comments on commit 9d2d3a1

Please sign in to comment.