Skip to content

Commit

Permalink
RDP img fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravNG committed Sep 29, 2024
1 parent 2b4b32e commit 13502a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RDPBlocks/headerBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RDPHeader: React.FC<RDPHeaderProps> = ({ RDPInfo }) => {
</div>
</div>
<div>
<Image src='/cheese.jpg' height={300} width={600} alt='Cheese cake' />
<Image src={RDPInfo.recipemainimage} height={300} width={600} alt='Cheese cake' />
</div>
</div>
</>
Expand Down

0 comments on commit 13502a7

Please sign in to comment.