You've already forked zblade.dev
Disable screenshot for now
This commit is contained in:
@@ -45,7 +45,7 @@ const version = pkg.version ?? "";
|
||||
</section>
|
||||
|
||||
<!-- Screenshot Showcase Section -->
|
||||
<section class="screenshot-showcase">
|
||||
<!-- <section class="screenshot-showcase">
|
||||
<div class="features-layout">
|
||||
<div class="feature-primary showcase-card">
|
||||
<div class="feature-num">00</div>
|
||||
@@ -64,15 +64,15 @@ const version = pkg.version ?? "";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section> -->
|
||||
|
||||
<!-- Screenshot Modal -->
|
||||
<div id="screenshot-modal" class="modal" onclick="closeModal(event)">
|
||||
<!-- <div id="screenshot-modal" class="modal" onclick="closeModal(event)">
|
||||
<div class="modal-content" onclick="event.stopPropagation()">
|
||||
<span class="modal-close" onclick="closeModal()">×</span>
|
||||
<img width="1200" src="/screenshot-1.png" alt="Zaguán Blade editor interface full size" />
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<script is:inline>
|
||||
function openModal() {
|
||||
|
||||
Reference in New Issue
Block a user