Skip to content

Commit 4600cf8

Browse files
committed
Merge branch 'master' of github.com:snap-cloud/snapCloud
* 'master' of github.com:snap-cloud/snapCloud: removed Snap!shot banner
2 parents 3a96654 + 71ef428 commit 4600cf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

views/partials/slideshow_bs.etlua

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
<div id="homepage-carousel" class="carousel slide col-12 my-3" data-bs-ride="carousel">
33
<div class="carousel-inner">
44
<!-- Ensure 1 item is always active. -->
5+
<!--
56
<div class="carousel-item active">
67
<a href="https://snapcon.org" aria-label="Check out Snap!Con" target=_blank>
78
<img src="/static/img/snapcon.png" aria-hidden=true>
89
</a>
910
</div>
11+
-->
1012

1113
<%
1214
local totms = package.loaded.db.select([[
@@ -26,7 +28,7 @@
2628
</div>
2729
<% end %>
2830

29-
<div class="carousel-item">
31+
<div class="carousel-item active">
3032
<img src="/static/img/snap-byob.png" alt="Snap! - Build Your Own Blocks">
3133
</div>
3234

0 commit comments

Comments
 (0)