Skip to content

Commit

Permalink
updates share image (closes #986)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Aug 10, 2022
1 parent 3bed689 commit 0382b97
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class App extends Component {
return (
<div id="App" className={`${bare ? "bare" : ""} ${showBanner ? "visible-banner" : ""}`}>
<Helmet>
<meta property="og:image" content={ `${origin}/images/share.jpg` } />
<meta property="og:image" content={ `${origin}/themes/canyon/share.jpg` } />
</Helmet>
{ bare ? null : <Nav location={location} /> }
<Fragment>{ this.props.children }</Fragment>
Expand Down
2 changes: 1 addition & 1 deletion app/pages/Home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
position: relative;

& .home-bg {
background-image: url("/images/home/canyon.jpg");
background-image: url("/themes/canyon/home.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down
Binary file removed static/images/home/canyon.jpg
Binary file not shown.
Binary file removed static/images/share.jpg
Binary file not shown.
Binary file added static/themes/canyon/home.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/themes/canyon/share.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0382b97

Please sign in to comment.