Skip to content

Commit

Permalink
removed Snap!shot banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernat Romagosa committed Sep 9, 2024
1 parent 13f7da4 commit 71ef428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/partials/slideshow_bs.etlua
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<div id="homepage-carousel" class="carousel slide col-12 my-3" data-bs-ride="carousel">
<div class="carousel-inner">
<!-- Ensure 1 item is always active. -->
<!--
<div class="carousel-item active">
<a href="https://snapcon.org" aria-label="Check out Snap!Con" target=_blank>
<img src="/static/img/snapcon.png" aria-hidden=true>
</a>
</div>
-->

<%
local totms = package.loaded.db.select([[
Expand All @@ -26,7 +28,7 @@
</div>
<% end %>

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

Expand Down

0 comments on commit 71ef428

Please sign in to comment.