Skip to content

Commit 1792a9c

Browse files
committed
Change the direction of the arrow.
Bug: CMS-46399
1 parent 0749fcc commit 1792a9c

File tree

1 file changed

+1
-1
lines changed
  • samples/graph-webhooks-cache-invalidation/src/app/preview

1 file changed

+1
-1
lines changed

samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Page() {
55
<div>
66
Preview mode doesn&apos;t cache content, to test the webhook cache
77
invalidation, navigate to view mode by clicking{' '}
8-
<strong>Options &larr; View on website.</strong>
8+
<strong>Options &rarr; View on website.</strong>
99
</div>
1010
);
1111
}

0 commit comments

Comments
 (0)