From 1792a9c9fd52446fed8d368b7c40a62b44dd5de1 Mon Sep 17 00:00:00 2001 From: Giang Nguyen Date: Thu, 6 Nov 2025 14:16:17 +0700 Subject: [PATCH] Change the direction of the arrow. Bug: CMS-46399 --- .../graph-webhooks-cache-invalidation/src/app/preview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx b/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx index 3dcde2fa..3d6291c6 100644 --- a/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx +++ b/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx @@ -5,7 +5,7 @@ export default function Page() {
Preview mode doesn't cache content, to test the webhook cache invalidation, navigate to view mode by clicking{' '} - Options ← View on website. + Options → View on website.
); }