Skip to content

Commit f1392ba

Browse files
committed
chore: fix hydration error in kendo react nextjs app
1 parent 8f416fa commit f1392ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kendo-react-nextjs/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Home() {
2121
justifyContent: 'center',
2222
padding: '50px'
2323
}}>
24-
<h3><span>KendoReact </span>with Next.js</h3>
24+
<h3>KendoReact with Next.js</h3>
2525
<Image src="/kendoreact-logo.svg" width={140} height={200} alt="KendoReact logo" />
2626
</div>
2727
<div style={{

0 commit comments

Comments
 (0)