Skip to content

Commit b3b03b8

Browse files
committed
Minor text update, logo fix
1 parent 07b42aa commit b3b03b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/datasum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"rootDir":"/home/tczagany/Desktop/vizzu/vizzu-lib","date":"2022-04-14_15-41-14","files":825,"lines":69938,"commentCount":925,"blankCount":8312,"codeCount":60701,"depth":8}
1+
{"rootDir":"Source: vizzu/vizzu-lib","date":"Date: 2022-04-14 15:41:14","files":825,"lines":"69 938","commentCount":925,"blankCount":8312,"codeCount":60701,"depth":8}

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<meta charset="UTF-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<link href="main.css" rel="stylesheet"></link>
10-
<title>Code Counter Vizzu</title>
10+
<title>CodeViz Stat Demo</title>
1111
</head>
1212
<body>
13-
<h1 class="title" id="label_title">CodeViz</h1>
13+
<h1 class="title" id="label_title">CodeViz Stat Demo</h1>
1414
<p class="info">
1515
<span id="label_date">date placeholder</span>
1616
&nbsp;&nbsp;-&nbsp;&nbsp;
@@ -43,7 +43,7 @@ <h1 class="title" id="label_title">CodeViz</h1>
4343
<div style="aspect-ratio: 1/1; width: 100%; height: 60vh;" id="infoVizzu"></div>
4444
</div>
4545
<div class="control-div">
46-
<img style="cursor: pointer;" type="image/png" src="vizzu_logo.png" width="100px" onclick="onVizzuLogo()">
46+
<a href="https://github.com/vizzuhq" target="_blank"><img style="cursor: pointer;" type="image/png" src="vizzu_logo.png" width="100px"></a>
4747
</div>
4848
<script src="vscodeapi.js"></script>
4949
<script src="scripts/anim-initial.js"></script>

docs/scripts/uiLogic-controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function setBackLabelState(disabled) {
9090
const container = (document.getElementById('idBackLabelContainer'));
9191
if (disabled) {
9292
container.innerHTML = `
93-
Click on a folder below! &nbsp; &nbsp;`;
93+
Click on a folder to zoom in &nbsp; &nbsp;`;
9494
}
9595
else {
9696
container.innerHTML = `

0 commit comments

Comments
 (0)