Skip to content

Commit 9ed32f4

Browse files
authored
Update index.html
1 parent beb47cb commit 9ed32f4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
#toolbar h2 {
3030
margin: 0;
31+
display: flex;
32+
align-items: center;
33+
gap: 10px;
3134
}
3235

3336
#toolbar .right-buttons {
@@ -133,9 +136,12 @@
133136
<body>
134137

135138
<div id="toolbar">
136-
<h2>Blockly JavaScript Builder</h2>
139+
<h2>
140+
<img src="https://i.imgur.com/SkLyQ4s.png" alt="Logo" style="height: 30px;">
141+
Blockly JavaScript Builder
142+
</h2>
137143
<div class="right-buttons">
138-
<button onclick="window.open('https://discord.gg/5fNTJ7JW', '_blank')">💬 Join Discord</button>
144+
<button onclick="window.open('https://discord.gg/QzajRf5H', '_blank')">💬 Join Discord</button>
139145
<button id="settingsToggle">⚙️ Settings</button>
140146
</div>
141147
</div>

0 commit comments

Comments
 (0)