diff --git a/lib/towerops_web/live/site_live/index.html.heex b/lib/towerops_web/live/site_live/index.html.heex
index ad1e6276..f3fe3434 100644
--- a/lib/towerops_web/live/site_live/index.html.heex
+++ b/lib/towerops_web/live/site_live/index.html.heex
@@ -68,8 +68,6 @@
{t("Last Check")}
|
-
- |
@@ -133,15 +131,6 @@
—
|
-
- <.link
- navigate={~p"/devices/new?site_id=#{site.id}"}
- class="inline-flex items-center gap-1 text-xs font-medium text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300"
- >
- <.icon name="hero-plus" class="h-3.5 w-3.5" />
- {t("Add Device")}
-
- |