diff --git a/README.md b/README.md index 7fef45f..64ef544 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ ![ink!](https://img.shields.io/badge/ink!-purple) [![Scio Labs](https://img.shields.io/badge/Scio%20Labs-We%20are%20hiring-black)](https://scio.xyz) -Cover Image +Cover Image --- This is an opinionated boilerplate to get up and running with dApp development in the Substrate ecosystem, especially with ink! smart contracts. It uses custom-built [`useInkathon` React Hooks](https://github.com/scio-labs/use-inkathon) that abstract & improve the polkadot.js experience. -By [Dennis Zoma](https://zoma.dev) 💫 & [Scio Labs](https://scio.xyz) 🪐 +By [Dennis Zoma](https://zoma.dev) & [Scio Labs](https://scio.xyz) --- diff --git a/inkathon-stack.png b/inkathon-stack.png index dcf1818..87cb659 100644 Binary files a/inkathon-stack.png and b/inkathon-stack.png differ diff --git a/packages/frontend/public/images/cover.jpg b/packages/frontend/public/images/cover.jpg index 65db065..371b226 100644 Binary files a/packages/frontend/public/images/cover.jpg and b/packages/frontend/public/images/cover.jpg differ diff --git a/packages/frontend/public/images/mix-cover.jpg b/packages/frontend/public/images/mix-cover.jpg deleted file mode 100644 index 14dc15d..0000000 Binary files a/packages/frontend/public/images/mix-cover.jpg and /dev/null differ diff --git a/packages/frontend/src/pages/_app.tsx b/packages/frontend/src/pages/_app.tsx index 246537a..2728ff0 100644 --- a/packages/frontend/src/pages/_app.tsx +++ b/packages/frontend/src/pages/_app.tsx @@ -37,7 +37,7 @@ function MyApp({ Component, pageProps }: AppProps) { { url: `${env.url}/images/cover.jpg`, // TODO width: 1200, - height: 670, + height: 675, }, ], }}