Skip to content
Open
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion layouts/partials/section/hero-glass.html
Copy link
Contributor

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">
<span class="pill">New: Kanvas Snapshots</span>
</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