rename repo to sourcebot

This commit is contained in:
bkellam 2024-09-05 13:22:24 -07:00
parent 0a66eea9ee
commit 679123664d

View file

@ -8,7 +8,7 @@ import { SettingsDropdown } from "./settingsDropdown";
import { GitHubLogoIcon } from "@radix-ui/react-icons"; import { GitHubLogoIcon } from "@radix-ui/react-icons";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
const SOURCEBOT_GITHUB_URL = "https://github.com/TaqlaAI/sourcebot-search"; const SOURCEBOT_GITHUB_URL = "https://github.com/TaqlaAI/sourcebot";
export default function Home() { export default function Home() {