Skip to content

Commit

Permalink
Update file name for template visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed May 25, 2024
1 parent 9f1c30e commit 9875cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Blog = () => {
<div>
<h1>Blog heading</h1>
<div>Blog text</div>
<img src={require('../assets/fig-polar-output-1.png')} />
<img src={require('../assets/template-visual-output-1.png')} />
</div>
);
};
Expand Down

0 comments on commit 9875cee

Please sign in to comment.