From 575af94e79bd23a63e6f96e87a3325eccd0f0548 Mon Sep 17 00:00:00 2001 From: saucepoint Date: Wed, 18 Oct 2023 16:18:59 -0400 Subject: [PATCH] minor styling and cleanup; replacing branding --- README.md | 2 +- index.html | 2 +- src/components/Example.tsx | 2 +- src/components/Footer.tsx | 19 ++++++++++--------- src/components/Header.tsx | 2 +- src/pages/index.tsx | 20 +++++--------------- 6 files changed, 19 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 20d26add3..fd79abd14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # solidity-by-example.github.io -[Solidity By Example](https://solidity-by-example.org) +[Uniswap v4 by Example](https://solidity-by-example.org) ### License diff --git a/index.html b/index.html index 409a47f16..43bf44aa6 100755 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - Solidity by Example + Uniswap v4 by Example