From 23672d47f1b6a8844962a9e0dda32cf022c75879 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Wed, 1 May 2024 17:57:31 +0530 Subject: [PATCH] chore: add copy button Signed-off-by: Adithya Krishna --- apps/web/src/app/(dashboard)/settings/public-profile/page.tsx | 3 ++- apps/web/src/components/forms/public-profile.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/(dashboard)/settings/public-profile/page.tsx b/apps/web/src/app/(dashboard)/settings/public-profile/page.tsx index a0ed0138f..a0f3d218b 100644 --- a/apps/web/src/app/(dashboard)/settings/public-profile/page.tsx +++ b/apps/web/src/app/(dashboard)/settings/public-profile/page.tsx @@ -19,7 +19,8 @@ export default async function PublicProfileSettingsPage() {