Skip to content

Commit 7b43284

Browse files
authored
Update Clockwork logo image URLs in index.html
1 parent 3a0049c commit 7b43284

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<aside class="sidebar">
1717
<div class="sidebar-header">
1818
<h2>
19-
<img src="https://cdn.quietterminal.co.uk/6,19416eb58d" alt="Clockwork Logo">
19+
<img src="https://cdn.quietterminal.co.uk/misc/ClockworkLogo.png" alt="Clockwork Logo">
2020
<a href="../index.html">Clockwork</a>
2121
</h2>
2222
<p class="sidebar-tagline">Clockwork is a TypeScript-first, modular game engine workspace focused on ECS-driven runtime systems and a WebGL2 renderer stack.</p>
@@ -37,7 +37,7 @@ <h2>
3737

3838
<main class="content">
3939
<header class="hero show-hero">
40-
<img class="hero-logo" src="https://cdn.quietterminal.co.uk/6,19416eb58d" alt="Clcokwork Logo">
40+
<img class="hero-logo" src="https://cdn.quietterminal.co.uk/misc/ClockworkLogo.png" alt="Clcokwork Logo">
4141
<h1>Clockwork</h1>
4242
<p>Clockwork is a TypeScript-first, modular game engine workspace focused on ECS-driven runtime systems and a WebGL2 renderer stack.</p>
4343
<div class="button-group">
@@ -221,4 +221,4 @@ <h2 id="license">License</h2>
221221
</script>
222222
</body>
223223

224-
</html>
224+
</html>

0 commit comments

Comments
 (0)