Skip to content

Commit 98bbfb3

Browse files
authored
Merge pull request #10 from aave/fix/read-hooks
Fix/read hooks
2 parents b63991c + 45be082 commit 98bbfb3

File tree

10 files changed

+132
-398
lines changed

10 files changed

+132
-398
lines changed

examples/supply/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Aave supply example
1+
# Aave Supply Example
22

33
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/aave/aave-sdk/tree/main/examples/supply)

examples/supply/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<link rel="icon" type="image/svg+xml" href="/lens.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css">
8-
<title>Aave supply example</title>
8+
<title>Aave Supply Example</title>
99
</head>
1010
<body>
11-
<main id="root"></main>
11+
<main id="root" style="max-width: 600px; margin: 0 auto; padding: 20px;"></main>
1212
<script type="module" src="/src/main.tsx"></script>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)