Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions layouts/partials/section/hero-glass.html

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wouldn't be better to completely remove the span tag?
And add its class to the a tag?
I don't see the utility of having that span there any longer.
Is just a suggestion

Copy link
Contributor Author

@kunal639 kunal639 Jan 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Katotodan You are right. I will remove the redundant and move the pill class directly to the tag. This definitely makes the DOM cleaner. Thanks for the catch!

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<section class="hero glass tilt" id="hero">
<div class="liquid-strip"></div>
<div class="hero-content">
<span class="pill">New: Kanvas Snapshots</span>
<a href="https://docs.layer5.io/cloud/tutorials/gitops-snapshots/" target="_blank" class="pill">
New: Kanvas Snapshots
</a>
<h1>Infrastructure as Design</h1>
<p>
Collaborate in real time on architecture maps, Kubernetes cloud patterns, and topologies while Kanvas auto-documents every intent.
Expand Down Expand Up @@ -74,4 +76,4 @@ <h3>Instant Docs</h3>
</div> -->
</div>
</section>
<script src="/scripts/hero-glass.js"></script>
<script src="/scripts/hero-glass.js"></script>