diff --git a/src/components/pages/dashboard/AppCard.tsx b/src/components/pages/dashboard/AppCard.tsx
index fdf6b44..6b7fa83 100644
--- a/src/components/pages/dashboard/AppCard.tsx
+++ b/src/components/pages/dashboard/AppCard.tsx
@@ -1,4 +1,4 @@
-import { LayoutGrid, ExternalLink, Smartphone, ArrowUpRight, Shield, CircleSlash } from "lucide-react"
+import { LayoutGrid, Globe, Apple, Smartphone, ArrowUpRight, Shield, CircleSlash } from "lucide-react"
import type { UserAppResponse } from "@/types"
import { cn } from "@/utils/cn"
import { Badge } from "@/components/ui/badge"
@@ -95,7 +95,7 @@ export function AppCard({ app }: { app: UserAppResponse }) {
rel="noopener noreferrer"
className={cn(buttonVariants({ size: "sm" }), "gap-1.5")}
>
-
+
Launch
)}
@@ -106,7 +106,7 @@ export function AppCard({ app }: { app: UserAppResponse }) {
rel="noopener noreferrer"
className={cn(buttonVariants({ variant: "outline", size: "sm" }), "gap-1.5")}
>
-
+
iOS
)}