diff --git a/ee/tabby-ui/app/(dashboard)/components/runner-card.tsx b/ee/tabby-ui/app/(dashboard)/components/worker-card.tsx
similarity index 100%
rename from ee/tabby-ui/app/(dashboard)/components/runner-card.tsx
rename to ee/tabby-ui/app/(dashboard)/components/worker-card.tsx
diff --git a/ee/tabby-ui/app/(dashboard)/page.tsx b/ee/tabby-ui/app/(dashboard)/page.tsx
index 112e0b7..4bd9856 100644
--- a/ee/tabby-ui/app/(dashboard)/page.tsx
+++ b/ee/tabby-ui/app/(dashboard)/page.tsx
@@ -13,7 +13,7 @@ import { IconSlack } from '@/components/ui/icons'
import { Separator } from '@/components/ui/separator'
import { useHealth } from '@/lib/hooks/use-health'
import { PropsWithChildren, useEffect, useState } from 'react'
-import RunnerCard from './components/runner-card'
+import WorkerCard from './components/worker-card'
const COMMUNITY_DIALOG_SHOWN_KEY = 'community-dialog-shown'
@@ -96,23 +96,23 @@ function MainPanel() {