Skip to content

Commit b62dd85

Browse files
committed
Add TurboWarp logo
1 parent 196d30e commit b62dd85

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

assets/assets/css/landing.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@ body.dark.extension-styled {
287287

288288
}
289289

290+
.tw-icon {
291+
width: 1em;
292+
height: 1em;
293+
vertical-align: -0.125rem;
294+
}
295+
290296
html {
291297
scroll-behavior: smooth;
292298
}

layouts/_default/home.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,12 @@ <h2>{{ T "IndexPage.Install.Heading" }}</h2>
205205
<div class="col-12 col-lg-6 d-md-flex flex-column justify-content-center">
206206
<h2>Try</h2>
207207
<p>Try some of the editor addons on TurboWarp before installing.</p>
208-
<a class="btn btn-success dark-btn-white btn-lg mb-4" href="https://turbowarp.org/addons" target="_blank" rel="noopener">
209-
<span class="iconify-inline" data-icon="emojione-monotone:letter-t"></span> TurboWarp
210-
</a>
208+
<p>
209+
<a class="btn btn-success dark-btn-white btn-lg mb-4" href="https://turbowarp.org/addons" target="_blank" rel="noopener">
210+
<img class="tw-icon" src="/assets/img/showcase/tw-icon.svg"></img>
211+
TurboWarp
212+
</a>
213+
</p>
211214
<p class="text-center">
212215
<img style="max-width: 100%;" src="/assets/img/showcase/tw-addons.png"></img>
213216
</p>
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)