We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb5ad3 commit b122e03Copy full SHA for b122e03
packages/web/src/components/ui/data-table.tsx
@@ -80,7 +80,7 @@ export function DataTable<TData, TValue>({
80
variant="default"
81
size="default"
82
onClick={() => {
83
- 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");
84
}}
85
>
86
<PlusIcon className="w-4 h-4" />
0 commit comments