Skip to content

Commit b9c0b27

Browse files
committed
- use logo instead of sidebar for these pages
1 parent 9fb190b commit b9c0b27

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

games/alphabet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,6 @@ <h3 class="text-lg font-medium mb-2">Letter Performance</h3>
12851285
}
12861286
}
12871287
</script>
1288-
<script src="../sidebar.js"></script>
1288+
<script src="../logo.js"></script>
12891289
</body>
12901290
</html>

games/breakout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2267,6 +2267,6 @@ <h2>You Win!</h2>
22672267

22682268
window.addEventListener('load', init);
22692269
</script>
2270-
<script src="../sidebar.js" data-position="bottom-right"></script>
2270+
<script src="../logo.js" data-position="bottom-right"></script>
22712271
</body>
22722272
</html>

tools/code_case_converter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,6 @@ <h2 class="text-xl font-semibold text-gray-800">Conversion History</h2>
326326
updateStats(outputText.textContent, outputStats);
327327
});
328328
</script>
329-
<script src="../sidebar.js"></script>
329+
<script src="../logo.js"></script>
330330
</body>
331331
</html>

tools/opposite_finder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,6 @@ <h3 class="mt-2 text-sm font-medium text-gray-900 dark:text-gray-100">Error</h3>
404404
}
405405
}
406406
</script>
407-
<script src="../sidebar.js"></script>
407+
<script src="../logo.js"></script>
408408
</body>
409409
</html>

tools/password_generator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,6 @@ <h1>Password Generator</h1>
414414

415415
document.addEventListener('DOMContentLoaded', init);
416416
</script>
417-
<script src="../sidebar.js"></script>
417+
<script src="../logo.js"></script>
418418
</body>
419419
</html>

tools/text_shadow_generator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,6 @@ <h2 class="card-title">Presets</h2>
792792
loadSettings();
793793
updatePreviewShadow();
794794
</script>
795-
<script type="text/javascript" src="../sidebar.js"></script>
795+
<script type="text/javascript" src="../logo.js"></script>
796796
</body>
797797
</html>

tools/timer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,6 @@ <h1>Countdown Timer</h1>
523523
});
524524
loadSettings();
525525
</script>
526-
<script src="../sidebar.js"></script>
526+
<script src="../logo.js"></script>
527527
</body>
528528
</html>

0 commit comments

Comments
 (0)