Skip to content

Commit

Permalink
correct shanghai blog pic path
Browse files Browse the repository at this point in the history
  • Loading branch information
asl3 committed Mar 24, 2024
1 parent 854ce24 commit 2b35691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/featured/shanghai_destinations/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: '2'
title: 'Shanghai Travel Destinations'
cover: './shanghai_cover.jpg'
cover: './shanghai_cover.png'
github: ''
external: 'https://mandymade.digitalpress.blog/shanghai-destinations/'
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/featured.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const Featured = () => {
<StyledProject key={i} ref={el => (revealProjects.current[i] = el)}>
<div className="project-content">
<div>
<p className="project-overline">Restaurant review</p>
<p className="project-overline">Blog</p>

<h3 className="project-title">
<a href={external}>{title}</a>
Expand Down

0 comments on commit 2b35691

Please sign in to comment.