Skip to content

Commit

Permalink
chore: code format and align
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Oct 13, 2021
1 parent fdd695c commit 9107bdf
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions client/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,13 @@ function Home() {

<footer className={styles.footer}>
Powered by{' '}
<img className={styles.logo} src="/logos/ethereum.png" alt="Ethereum Logo" width="144" height="32" />
<img className={styles.logo} src="/logos/nextjs.png" alt="NextJS Logo" width="64" height="32" />
<img className={styles.logo} src="/logos/metamask.png" alt="MetaMask Logo" width="128" height="32" />
<img className={styles.logo} src="/logos/walletconnect.png" alt="WalletConnect Logo" width="128" height="32" />
<img className={styles.logo} src="/logos/ethereum.png" alt="Ethereum Logo" width="144" height="32" />
<img className={styles.logo} src="/logos/nextjs.png" alt="NextJS Logo" width="64" height="32" />
<img className={styles.logo} src="/logos/metamask.png" alt="MetaMask Logo" width="128" height="32" />
<img className={styles.logo} src="/logos/walletconnect.png" alt="WalletConnect Logo" width="128" height="32" />
</footer>


</Layout>
)
}


export default Home

0 comments on commit 9107bdf

Please sign in to comment.