Skip to content

Commit b907196

Browse files
authored
Merge pull request #9 from simihablo/marblom007-patch-1
Refactor heading for Kanvas introduction section
2 parents c102c12 + 63b2924 commit b907196

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/pages/blog/KubernetesMonitoringKanvas.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ const KubernetesMonitoringKanvas = () => {
4545
Managing Kubernetes clusters without proper monitoring is like flying blind. You might be running smoothly today, but without visibility into your cluster's health, performance metrics, and resource utilization, you're setting yourself up for unexpected failures and inefficient resource usage.
4646
</p>
4747

48-
<h2 className="text-2xl font-bold text-gray-900 mt-8 mb-4">Enter <a href="https://docs.kanvas.new" onClick={() => window.location.href = 'https://docs.kanvas.new'>Kanvas</a>: Visual Infrastructure Management</h2>
48+
<h2 className="text-2xl font-bold text-gray-900 mt-8 mb-4">
49+
Enter{" "}
50+
<a
51+
href="https://docs.kanvas.new"
52+
onClick={()
4953
<p className="text-gray-700 mb-6">
5054
<a style="text-decoration: underline;" href="https://kanvas.new">Kanvas</a> stands out in the crowded field of infrastructure tools because it takes a visual-first approach to cloud native infrastructure management. Instead of wrestling with YAML files and command-line tools, Kanvas provides an intuitive drag-and-drop interface for designing, deploying, and managing cloud native applications.
5155
</p>

0 commit comments

Comments
 (0)