Skip to content

Commit 9d40198

Browse files
committed
updating cover image
1 parent ad45974 commit 9d40198

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

reactjsfoundations.com/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<link rel="preload" as="image" href="/images/cover.webp" />
2424
<meta name="viewport" content="width=device-width, initial-scale=1" />
2525
<meta name="theme-color" content="#000000" />
26-
<!-- <script
26+
<script
2727
async
2828
src="https://www.googletagmanager.com/gtag/js?id=G-GVT9Z3S6EH"
29-
></script> -->
29+
></script>
3030
<style>
3131
body {
3232
margin: 0;

reactjsfoundations.com/src/HomePage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import Introduction from './Introduction';
2-
import WhereToBuy from './WhereToBuy';
3-
import About from './About';
4-
import CodeLinks from './CodeLinks';
52
import Helmet from 'react-helmet';
63

74
function HomePage() {

0 commit comments

Comments
 (0)