Skip to content

Commit 6489039

Browse files
authored
Merge pull request #161 from episerver/bugfix/CMS-46399-Fix-direction-of-arrow
Change the direction of the arrow.
2 parents 0749fcc + 1792a9c commit 6489039

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)