Skip to content

Commit cba168c

Browse files
committed
Add ENS logo to spec lookup slide
1 parent 223d26d commit cba168c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ next-env.d.ts
4141
# project
4242
.explain-md/
4343

44-
# screenshots
45-
*.png
44+
# screenshots (not public assets)
45+
/*.png
4646
verity/
4747
trustlessinference/

public/slides/ens.png

143 KB
Loading

src/app/slides/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const slides: Slide[] = [
6969
"Each entry maps a contract to a compiled spec (e.g. ERC20, UniswapV2)",
7070
"The registry is on-chain, verifiable by anyone",
7171
],
72+
image: "/slides/ens.png",
7273
},
7374
{
7475
label: "How It Works",

0 commit comments

Comments
 (0)