diff --git a/src/pages/DashboardPage.tsx b/src/pages/DashboardPage.tsx
index 201facc..e5481fe 100644
--- a/src/pages/DashboardPage.tsx
+++ b/src/pages/DashboardPage.tsx
@@ -214,16 +214,33 @@ export function DashboardPage() {
Feed ID:
{selectedFeed.id}
+ size="icon"
+ variant="ghost"
+ className="h-5 w-5 p-1"
+ onClick={() => {
+ navigator.clipboard.writeText(selectedFeed.id);
+ toast.success("Feed ID copied to clipboard");
+ }}
+ title="Copy Feed ID"
+>
+
+
+
+{selectedFeed.isPublic && (
+
+)}
+
>
) : (