From faf417be690490b622b7729d6ead371a9ee1ecfa Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Mon, 23 May 2022 08:55:03 +0300 Subject: [PATCH 1/3] Update meta tags --- pages/_app.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 48d8fde..b509705 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -62,10 +62,10 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) { XRPL Hooks Builder - - + + - + - + Date: Mon, 23 May 2022 13:26:46 +0300 Subject: [PATCH 2/3] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6578151..3034d01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# XRPL Hooks IDE +# XRPL Hooks Builder -This is the repository for XRPL Hooks IDE. This project is built with Next.JS +This is the repository for XRPL Hooks Builder. This project is built with Next.JS ## General From bf1182351aeb007cc8751b36057c40655b9548d9 Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Mon, 23 May 2022 13:28:41 +0300 Subject: [PATCH 3/3] Added link to project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3034d01..bba27c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # XRPL Hooks Builder +https://hooks-builder.xrpl.org/ + This is the repository for XRPL Hooks Builder. This project is built with Next.JS ## General