Skip to content

Commit a0c5654

Browse files
committed
checkpoint
1 parent 49bdf79 commit a0c5654

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

products/TreeComponentFramework.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ class AbstractGithubTriangleComponent extends AbstractTreeComponentParser {
13981398
class AbstractGithubTriangleComponent
13991399
href ${this.githubLink}
14001400
img
1401-
src /images/github-fork.svg`
1401+
src ../images/github-fork.svg`
14021402
}
14031403
}
14041404
window.AbstractGithubTriangleComponent = AbstractGithubTriangleComponent

products/TreeComponentFramework.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ class AbstractGithubTriangleComponent extends AbstractTreeComponentParser {
14041404
class AbstractGithubTriangleComponent
14051405
href ${this.githubLink}
14061406
img
1407-
src /images/github-fork.svg`
1407+
src ../images/github-fork.svg`
14081408
}
14091409
}
14101410

releaseNotes.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,6 +1846,6 @@ code
18461846
📦 1.0.2 2017-3-02
18471847
🎉 Initial release
18481848

1849-
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
1849+
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
18501850

18511851
import footer.scroll

treeComponentFramework/TreeComponentFramework.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ abstract class AbstractGithubTriangleComponent extends AbstractTreeComponentPars
17781778
class AbstractGithubTriangleComponent
17791779
href ${this.githubLink}
17801780
img
1781-
src /images/github-fork.svg`
1781+
src ../images/github-fork.svg`
17821782
}
17831783
}
17841784

0 commit comments

Comments
 (0)