Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrakumarreddy committed Jun 12, 2022
1 parent f2f43ff commit 6860390
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
23 changes: 20 additions & 3 deletions my-app/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
import '../styles/globals.css'
import Head from "next/head";
import "../styles/globals.css";

function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
return (
<>
<Head>
<meta charSet="UTF-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Crypto Devs</title>
<meta name="description" content="ICO-Dapp" />
<link
rel="shortcut icon"
href="https://nft-collection-learnweb3-nine.vercel.app/favicon.ico"
type="image/x-icon"
/>
</Head>
<Component {...pageProps} />
</>
);
}

export default MyApp
export default MyApp;
5 changes: 0 additions & 5 deletions my-app/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,6 @@ export default function Home() {
};
return (
<div>
<Head>
<title>Crypto Devs</title>
<meta name="description" content="ICO-Dapp" />
<link rel="icon" href="/favicon.ico" />
</Head>
<div className={styles.main}>
<div>
<h1 className={styles.title}>Welcome to Crypto Devs ICO!</h1>
Expand Down
1 change: 1 addition & 0 deletions my-app/public/0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions my-app/public/vercel.svg

This file was deleted.

1 comment on commit 6860390

@vercel
Copy link

@vercel vercel bot commented on 6860390 Jun 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.