Skip to content

Commit

Permalink
chore: Update some other assets, like og-images
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Jan 25, 2023
1 parent ae7bf9c commit 3265818
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<img src="packages/frontend/public/images/mix-cover.jpg" width="800" height="auto" alt="Cover Image" />
<img src="packages/frontend/public/images/cover.jpg" width="800" height="auto" alt="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)

---

Expand Down
Binary file modified inkathon-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/frontend/public/images/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/frontend/public/images/mix-cover.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function MyApp({ Component, pageProps }: AppProps) {
{
url: `${env.url}/images/cover.jpg`, // TODO
width: 1200,
height: 670,
height: 675,
},
],
}}
Expand Down

0 comments on commit 3265818

Please sign in to comment.