diff --git a/.changeset/clear-keep-control-icon.md b/.changeset/clear-keep-control-icon.md
new file mode 100644
index 0000000..9e4ace2
--- /dev/null
+++ b/.changeset/clear-keep-control-icon.md
@@ -0,0 +1,5 @@
+---
+"@jmfederico/pi-web": patch
+---
+
+Fix the homepage Keep control card icon so it renders clearly across browsers.
diff --git a/docs/index.html b/docs/index.html
index 144c57f..ac5c1cd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -187,7 +187,20 @@
- ◌
+
Keep control
Watch transcript history, status, shell activity, context usage, and costs while redirecting the agent in
diff --git a/docs/styles.css b/docs/styles.css
index 509420f..45453af 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -568,6 +568,12 @@ code .comment,
font-size: 1.3rem;
}
+.card-icon svg {
+ display: block;
+ width: 24px;
+ height: 24px;
+}
+
.card h3,
.doc-card h3,
.faq-item h2,