Skip to content

Commit fb64c34

Browse files
committed
Merge remote-tracking branch 'origin/main' into docs/permission-checker
2 parents 78bcc86 + e045f02 commit fb64c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/ocp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export const Post = ({ content }: { content: Content }) => {
472472

473473
export const Image = ({ content }: { content: Content }) => {
474474
const image = content as Image;
475-
return (<Image src= {content.url || ""} alt={content.id} />);
475+
return (<Image src= {image.url || ""} alt={image.id} />);
476476
};
477477
```
478478
@@ -560,4 +560,4 @@ I must say thank you for walking this long road with me to reach here. However,
560560
561561
So, here's the final complete project for you, hope it can be some help for you:
562562
563-
[GitHub - zenstackhq/docs-tutorial-nextjs at polymorphic](https://github.com/zenstackhq/docs-tutorial-nextjs/tree/polymorphic)
563+
[GitHub - zenstackhq/docs-tutorial-nextjs at polymorphic](https://github.com/zenstackhq/docs-tutorial-nextjs/tree/polymorphic)

0 commit comments

Comments
 (0)