From 6d097a44dd091efbc9da1d2e207e98c00145ce67 Mon Sep 17 00:00:00 2001 From: ErkiKadhafi Date: Sat, 18 Jan 2025 13:32:35 +0700 Subject: [PATCH] add copy to clipboard 2 --- src/components/sections/header.tsx | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/components/sections/header.tsx b/src/components/sections/header.tsx index 1045cf6..730aac8 100644 --- a/src/components/sections/header.tsx +++ b/src/components/sections/header.tsx @@ -228,16 +228,35 @@ export default function Header() { + {user.wallet !== undefined && ( + + + + )} { logout(); toast.success("You have been signed out"); }} asChild + className="focus:bg-accent focus:text-primary" > -