diff --git a/.agents/index.md b/.agents/index.md index c2f5cb24..e0effa92 100644 --- a/.agents/index.md +++ b/.agents/index.md @@ -8,11 +8,11 @@ TanStack.com marketing site built with TanStack Start. - Run `pnpm test` before commits or after significant code changes, not after every tiny edit - Smoke tests live outside the default `pnpm test` path and are reserved for commit-hook validation - Don't run builds after every change. This is a visual site; assume changes work unless reported otherwise. -- **Typesafety is paramount.** Never cast types; fix at source instead. See [typescript.md](.agents/typescript.md). +- **Typesafety is paramount.** Never cast types; fix at source instead. See [typescript.md](./typescript.md). ## Topic Guides -- [TypeScript Conventions](.agents/typescript.md): Type inference, casting rules, generic naming -- [TanStack Patterns](.agents/tanstack-patterns.md): Loaders, server functions, environment shaking -- [UI Style Guide](.agents/ui-style.md): Visual design principles for 2026 -- [Workflow](.agents/workflow.md): Build commands, debugging, Playwright +- [TypeScript Conventions](./typescript.md): Type inference, casting rules, generic naming +- [TanStack Patterns](./tanstack-patterns.md): Loaders, server functions, environment shaking +- [UI Style Guide](./ui-style.md): Visual design principles for 2026 +- [Workflow](./workflow.md): Build commands, debugging, Playwright diff --git a/src/components/DocFeedbackFloatingButton.tsx b/src/components/DocFeedbackFloatingButton.tsx index c1155ea5..1ebac5a3 100644 --- a/src/components/DocFeedbackFloatingButton.tsx +++ b/src/components/DocFeedbackFloatingButton.tsx @@ -90,7 +90,7 @@ export function DocFeedbackFloatingButton({ // eslint-disable-next-line jsx-a11y/click-events-have-key-events,jsx-a11y/no-static-element-interactions
e.stopPropagation()} diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 77da77bf..0e56901e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,7 +6,7 @@ const footerLinks = [ { label: '@Tan_Stack on X.com', to: 'https://x.com/tan_stack' }, { label: '@TannerLinsley on X.com', - to: 'https://twitter.com/tannerlinsley', + to: 'https://x.com/tannerlinsley', }, { label: 'GitHub', to: 'https://github.com/tanstack' }, {