From cc6018914cd3cf1c6d79895a7b39f82b18624f09 Mon Sep 17 00:00:00 2001 From: Abdullah Ammar <50788123+abdmmar@users.noreply.github.com> Date: Tue, 13 May 2025 21:12:36 +0700 Subject: [PATCH] chore(docs): update basic auth examples path and clerk logo --- docs/start/framework/react/authentication.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/start/framework/react/authentication.md b/docs/start/framework/react/authentication.md index 8d4ed86236b..e5167b1ca4e 100644 --- a/docs/start/framework/react/authentication.md +++ b/docs/start/framework/react/authentication.md @@ -17,9 +17,9 @@ That said, authentication is not something to be taken lightly. After much vetti - - - Clerk logo + + + Clerk logo @@ -31,4 +31,4 @@ Clerk is a modern authentication platform that provides a full suite of authenti ## Documentation & APIs -Documentation for implementing your own authentication logic with TanStack Start is coming soon! In the meantime, you can check out any of the `-auth` prefixed [examples](../examples) for a starting point. +Documentation for implementing your own authentication logic with TanStack Start is coming soon! In the meantime, you can check out any of the `-auth` prefixed [examples](../examples/start-basic-auth) for a starting point.