From e906e231d9525122983927abf55869086850332f Mon Sep 17 00:00:00 2001 From: Rushikesh Nimkar Date: Sun, 23 Jun 2024 01:44:27 +0530 Subject: [PATCH] copy paseto button in mobile view --- components/Navbar.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/components/Navbar.js b/components/Navbar.js index 529b056..38d4cc3 100644 --- a/components/Navbar.js +++ b/components/Navbar.js @@ -824,7 +824,26 @@ const Navbar = ({ isHome }) => { > Docs - + {paseto && ( + <> + {copied && ( +

Paseto Copied!

+ )} + + +)} {account?.address && (