Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/supply/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Aave supply example
# Aave Supply Example

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/aave/aave-sdk/tree/main/examples/supply)
4 changes: 2 additions & 2 deletions examples/supply/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<link rel="icon" type="image/svg+xml" href="/lens.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css">
<title>Aave supply example</title>
<title>Aave Supply Example</title>
</head>
<body>
<main id="root"></main>
<main id="root" style="max-width: 600px; margin: 0 auto; padding: 20px;"></main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading