mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
change link for add repo button
This commit is contained in:
parent
9fb5ad353c
commit
b122e0375b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export function DataTable<TData, TValue>({
|
|||
variant="default"
|
||||
size="default"
|
||||
onClick={() => {
|
||||
window.open("https://github.com/sourcebot-dev/sourcebot/edit/main/demo-site-config.json", "_blank");
|
||||
window.open("https://github.com/sourcebot-dev/sourcebot/discussions/412", "_blank");
|
||||
}}
|
||||
>
|
||||
<PlusIcon className="w-4 h-4" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue