Skip to content

Commit d8c5430

Browse files
committed
Add img
1 parent 21131e8 commit d8c5430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/presenterView/PresenterView.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ export class PresenterView {
180180
<div id="root"></div>
181181
182182
${scriptUrl.map((url) => `<script src="${url}"></script>`).join("\n")}
183+
184+
<img style="display:none" src="https://api.visitorbadge.io/api/combined?path=https:%2f%2fgithub.com%2festruyf%2fvscode-demo-time&labelColor=%23202736&countColor=%23FFD23F&slug=presenter-view" alt="Presenter view usage" />
183185
</body>
184186
</html>`;
185187
};

0 commit comments

Comments
 (0)