Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Remove the weekly part
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 27, 2019
1 parent 9317a96 commit 45ca1b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/containers/Layout.js
Expand Up @@ -30,7 +30,7 @@ export default class Layout extends React.Component {
<meta name="twitter:title" content="This Week in React ⚛️" />
<meta
name="twitter:description"
content="Weekly coverage of interesting pull requests, discussions, and RFCs around React Core and React DOM."
content="Regular coverage of interesting pull requests, discussions, and RFCs around React Core and React DOM."
/>
<meta name="twitter:image" content={TwitterCardPng} />
<meta name="og:image" content={TwitterCardPng} />
Expand All @@ -43,7 +43,12 @@ export default class Layout extends React.Component {

<div className="container">
<div className="left">
<img src={LogoWithBgJpeg} hidden style={{ display: "none" }} lazyload />
<img
src={LogoWithBgJpeg}
hidden
style={{ display: "none" }}
lazyload
/>
<img
src={LogoPng}
width={180}
Expand All @@ -52,7 +57,7 @@ export default class Layout extends React.Component {
/>

<p className="pitch">
Weekly coverage of interesting pull requests, discussions, and
Regular coverage of interesting pull requests, discussions, and
RFCs around React Core and React DOM.
</p>

Expand Down
Binary file modified src/issues/41/twitter-card.png
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 45ca1b0

Please sign in to comment.