File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
static/assets/img/showcase Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff 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+
290296html {
291297 scroll-behavior : smooth ;
292298}
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments