diff --git a/src/app/page.tsx b/src/app/page.tsx index b95c7768..30e65242 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import { NavigationMenu } from "./navigationMenu"; import { RepositoryCarousel } from "./repositoryCarousel"; import { SearchBar } from "./searchBar"; import { Separator } from "@/components/ui/separator"; +import { SymbolIcon } from "@radix-ui/react-icons"; export default async function Home() { @@ -110,15 +111,12 @@ const RepositoryList = async () => { const repos = _repos.List.Repos.map((repo) => repo.Repository); if (repos.length === 0) { - return - Get started - - {` configuring Sourcebot.`} - - ; + return ( +