Skip to content

Commit

Permalink
Merge pull request #2 from Corofides/chore/template_sync_dc8b70f
Browse files Browse the repository at this point in the history
Chore/template sync dc8b70f
  • Loading branch information
Corofides authored Nov 7, 2023
2 parents 1fd5c25 + 2548c9a commit c210e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/PostPreview/Views/Loaded/Loaded.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Loaded = ({id, published, name, author, image = false, ...props}) => {
});

return (
<a href={"/Shimmer#posts/" + id} {...props} {...postPreviewRule} className={"PostPreview"}>
<a href={process.env.REACT_APP_SITE_URL + "#posts/" + id} {...props} {...postPreviewRule} className={"PostPreview"}>
{image ? <div {...imageRule} className={"PostPreview__Image"} /> : null}
<div className={"PostPreview__Info"}>
<span {...subTextRule} className={"PostPreview__Published"}>{published}</span>
Expand Down

0 comments on commit c210e6d

Please sign in to comment.