diff --git a/app/(dashboard)/dashboard/page.tsx b/app/(dashboard)/dashboard/page.tsx index 39191ad3..cb0a461b 100644 --- a/app/(dashboard)/dashboard/page.tsx +++ b/app/(dashboard)/dashboard/page.tsx @@ -2,7 +2,7 @@ import { useState, useEffect } from "react"; import { Button } from "@/components/ui/button"; -import { Loader2, AlertCircle } from "lucide-react"; +import { Loader2, AlertCircle, GitPullRequest } from "lucide-react"; import { PullRequestItem } from "./pull-request"; import { PullRequest } from "./types"; import { getAssignedPullRequests } from "@/lib/github"; @@ -89,10 +89,10 @@ export default function DashboardPage() { } return ( -
No pull requests found.
++ We couldn't find any pull requests assigned to you. +
+