File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ export const Post = ({ content }: { content: Content }) => {
472472
473473export 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
561561So, 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)
You can’t perform that action at this time.
0 commit comments