Skip to content

Commit

Permalink
update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
jimniels committed Jan 9, 2025
1 parent 254f593 commit ba4bb9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quadratic-client/src/routes/teams.$teamUuid.settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { getActionUpdateTeam, type TeamAction } from '@/routes/teams.$teamUuid';
import { useGlobalSnackbar } from '@/shared/components/GlobalSnackbarProvider';
import { Type } from '@/shared/components/Type';
import { ROUTES } from '@/shared/constants/routes';
import { DOCUMENTATION_ANALYTICS_AI } from '@/shared/constants/urls';
import { Button } from '@/shared/shadcn/ui/button';
import { Input } from '@/shared/shadcn/ui/input';
import { cn } from '@/shared/shadcn/utils';
Expand Down Expand Up @@ -119,7 +120,7 @@ export const Component = () => {
description={
<>
Help improve AI results by allowing Quadratic to store and analyze user prompts.{' '}
<a href="TODO:value-here" target="_blank" className="underline hover:text-primary">
<a href={DOCUMENTATION_ANALYTICS_AI} target="_blank" className="underline hover:text-primary">
Learn more
</a>
.
Expand Down

0 comments on commit ba4bb9b

Please sign in to comment.